Skip to content

Commit

Permalink
Testing serverless deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Jun 30, 2024
1 parent 38c205b commit ff8c6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
- name: Deploy API
run: |
npx build
npx copy-assets
npm run build
npm run copy-assets
npx serverless deploy --stage staging --verbose

0 comments on commit ff8c6fe

Please sign in to comment.