Skip to content

Commit

Permalink
Update CICDwithEC2.yml (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfesta2023 authored Mar 14, 2024
1 parent adbc626 commit 2add72d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/CICDwithEC2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ on:

workflow_dispatch:

env:
BACKEND_ENV: stage
DB_HOST: ${{ secrets.DB_HOST }}
DB_PORT: ${{ secrets.DB_PORT }}
DB_USERNAME: ${{ secrets.DB_USERNAME }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
DB_NAME: ${{ secrets.DB_NAME }}

jobs:
build:
runs-on: ubuntu-22.04
Expand All @@ -32,7 +24,6 @@ jobs:
cache: 'yarn'

- run: yarn install --immutable
- run: npm run typeorm migration:run -- -d ./src/migration.config.ts
- run: yarn build

- name: rsync deployments
Expand Down

0 comments on commit 2add72d

Please sign in to comment.