Skip to content

Commit

Permalink
fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
khuezy committed Aug 27, 2023
1 parent 1893fdf commit f5f1cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

# Deploy e2e stage
- name: Deploy NextjsSite
cwd: example
working-directory: example
run: npx sst deploy --stage e2e
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit f5f1cd8

Please sign in to comment.