Skip to content

Commit

Permalink
Use serverless v3, avoid stupid v4 proprietary license BS
Browse files Browse the repository at this point in the history
  • Loading branch information
V13Axel committed Jun 22, 2024
1 parent 8e9ea33 commit 6fb92bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
aws s3 sync ./public s3://fantasy-calendar-prod/
- name: Deploy to prod
run: npx serverless deploy --stage prod
run: npx serverless@3 deploy --stage prod
- name: Actions Status Discord
uses: sarisia/[email protected]
with:
Expand Down

0 comments on commit 6fb92bc

Please sign in to comment.