Skip to content

Commit

Permalink
added recursive flag to frontend zip command (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass authored Jul 11, 2024
1 parent 5a9c7d7 commit 6eb67fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
run: |
cp frontend/.env.prod.example frontend/.env.prod
cd frontend && npm run build -- --mode ${{ vars.APP_ENV }}
zip ../frontend.zip dist
zip -r ../frontend.zip dist
- name: download ecr tag
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6eb67fb

Please sign in to comment.