Skip to content

Commit 6ec1d0b

Browse files
Merge pull request #19 from maxonchickdev/dockerfiles
fix workflows
2 parents 9e65013 + 340e90d commit 6ec1d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Deploy to ECS
5050
uses: imehedi/actions-awscli-v2@latest
5151
with:
52-
args: ecs update-service --cluster $ECS_CLUSTER --service $ECS_API_SERVICE --force-new-deployment
52+
args: ecs update-service --cluster msg-cluster --service msg-api-service --force-new-deployment
5353
env:
5454
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5555
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Deploy to ECS
5050
uses: imehedi/actions-awscli-v2@latest
5151
with:
52-
args: ecs update-service --cluster $ECS_CLUSTER --service $ECS_WEB_SERVICE --force-new-deployment
52+
args: ecs update-service --cluster msg-cluster --service msg-web-service --force-new-deployment
5353
env:
5454
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5555
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)