Skip to content

Commit

Permalink
fix: Run deployment step only after build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrimpCryptid committed Mar 22, 2024
1 parent 4d308be commit 40fb104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
path: ./dist

deploy:
needs: build
runs-on: ubuntu-latest

# Dynamically set the environment variable based on the input above:
Expand Down

0 comments on commit 40fb104

Please sign in to comment.