Skip to content

Commit

Permalink
refactor: Update workflow.yaml to include secrets for ECS cluster and…
Browse files Browse the repository at this point in the history
… fix indentation issue
  • Loading branch information
maxsonferovante committed Jun 30, 2024
1 parent 3993198 commit 01d6abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflowTestingAndDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Deploy to ECS
uses: imehedi/actions-awscli-v2@latest
with:
args: ecs update-service --cluster $ECS_CLUSTER --service e-commerce-microservice --force-new-deployment
args: ecs update-service --cluster ${{ secrets.ECS_CLUSTER }} --service e-commerce-microservice --force-new-deployment
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 01d6abc

Please sign in to comment.