Skip to content

Commit

Permalink
make deploy depend on build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhelton committed Nov 29, 2024
1 parent 0a39191 commit 00b8ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
docker push ${{secrets.AWS_ACCOUNT_ID}}.dkr.ecr.${AWS_REGION}.amazonaws.com/gstream/nginx:latest
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand Down

0 comments on commit 00b8ace

Please sign in to comment.