Skip to content

Commit

Permalink
try to fix sst not found
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalonsoms committed Apr 23, 2024
1 parent 220c37d commit 62319e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:

- name: Deploy app
run: |
npm ci && npx sst deploy --stage production
npm ci && npm run deploy
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "next build",
"db:push": "drizzle-kit push:pg",
"db:studio": "drizzle-kit studio",
"deploy": "sst deploy --stage prod",
"deploy": "sst deploy --stage production",
"deployStaging": "sst deploy --stage staging",
"dev": "next dev",
"generate": "drizzle-kit generate:pg --config=drizzle.config.ts",
Expand Down

0 comments on commit 62319e1

Please sign in to comment.