Skip to content

Commit

Permalink
Merge pull request #11 from lucasdale99/feature/add-post-creation
Browse files Browse the repository at this point in the history
Fix staging pnpm script command
  • Loading branch information
lucasdale99 authored Nov 13, 2024
2 parents f719bcf + 4e142f8 commit 177616f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
npx sst secret set COMMIT_SHA ${{ github.sha }} --stage staging
- name: Deploy with SST
run: pnpm run deploy:stage
run: pnpm run deploy:staging

- name: Clean up AWS Profile
run: rm -rf ~/.aws

0 comments on commit 177616f

Please sign in to comment.