Skip to content

Commit

Permalink
Update staging_deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar authored Mar 1, 2024
1 parent e488d83 commit 05eda8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging_deployment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: static-staging
on:
push:
branches: ['DEVOPS-2599-static-staging-app-infra']
branches: ['staging']
workflow_dispatch:
env:
AWS_REGION: eu-west-1
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ env.ECS_SERVICE }}
cluster: ${{ env.ECS_CLUSTER }}
wait-for-service-stability: true
wait-for-service-stability: true

0 comments on commit 05eda8e

Please sign in to comment.