Skip to content

Commit

Permalink
Make deploy job depend on completion of build job
Browse files Browse the repository at this point in the history
Signed-off-by: eternaltyro <[email protected]>
  • Loading branch information
eternaltyro committed May 16, 2024
1 parent f08de70 commit c22b331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ecs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
runs-on: ubuntu-latest
environment: production

needs: build-push-image

permissions:
contents: read
id-token: write
Expand Down

0 comments on commit c22b331

Please sign in to comment.