Skip to content

Commit

Permalink
fix deploy command
Browse files Browse the repository at this point in the history
npm requires an additional -- for escaping arguments
  • Loading branch information
Dustin Goodman committed Nov 27, 2023
1 parent dd82c0a commit 74a13a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
cat .env
- name: Deploy
run: npm run deploy --stage production --region us-east-1
run: npm run deploy -- --stage production --region us-east-1

0 comments on commit 74a13a3

Please sign in to comment.