Skip to content

Commit

Permalink
chore(ci): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yossi-eynav committed Feb 10, 2024
1 parent ebc63c2 commit ad762ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@df9643053eda01f169e64a0e60233aacca83799a
with:
task-definition: server/.aws/production-task-definition.json
task-definition: server/.aws/staging-task-definition.json
service: ${{ vars.ECS_SERVICE }}
cluster: ${{ vars.ECS_CLUSTER }}
wait-for-service-stability: true
Expand All @@ -151,7 +151,7 @@ jobs:
id: task-def
uses: aws-actions/amazon-ecs-render-task-definition@c804dfbdd57f713b6c079302a4c01db7017a36fc
with:
task-definition: ${{ env.ECS_TASK_DEFINITION }}
task-definition: server/.aws/production-task-definition.json
container-name: ${{ vars.CONTAINER_NAME }}
image: "072085314121.dkr.ecr.il-central-1.amazonaws.com/meirim-server:${{github.sha}}"
environment-variables: |
Expand Down

0 comments on commit ad762ad

Please sign in to comment.