We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 833edcf + 79beb4d commit 02de0a0Copy full SHA for 02de0a0
.github/workflows/deploy-api.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Deploy to ECS
47
uses: imehedi/actions-awscli-v2@latest
48
with:
49
- args: ecs update-service --cluster $ECS_CLUSTER --service $ECS_API_SERVICE --force-new-deployment
+ args: ecs update-service --cluster msg-cluster --service msg-api-service --force-new-deployment
50
env:
51
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
52
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments