Skip to content

Commit

Permalink
Update deploy-prd-ecs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuruPKK committed Nov 1, 2021
1 parent 2ccbfa0 commit 0546448
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-prd-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:
npm ci
sls deploy --stage prd
aws ecs update-service --force-new-deployment --service docs-worker-pool-prd --cluster docs-worker-pool-prd
- name: Deploy Lambdas
run: |
npm ci
sls deploy --stage dev

0 comments on commit 0546448

Please sign in to comment.