Skip to content

Commit

Permalink
chore: Update github workflow with shared ECS cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Aug 8, 2023
1 parent cd6b10e commit d5ee5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: ECS Deployment
env:
AWS_REGION: eu-central-1
ECS_CLUSTER: til-16c8d725
ECS_SERVICE: api
ECS_CLUSTER: ict-shared-ae1765ac
ECS_SERVICE: api-til
DOCKER_IMAGE: ${{ secrets.AWS_ECR_URL }}:${{ github.sha }}
run: selleo aws ecs deploy --region $AWS_REGION --cluster $ECS_CLUSTER --service $ECS_SERVICE --docker-image $DOCKER_IMAGE --one-off migrate
# - name: ECS Run migrations
Expand Down

0 comments on commit d5ee5d8

Please sign in to comment.