Skip to content

Commit

Permalink
chore: Update frontend_deploy.yml to include npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegogtz03 committed Jun 12, 2024
1 parent d689eb1 commit 3c3ed48
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/frontend_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,13 @@ jobs:
EMAIL_FROM: ${{ secrets.EMAIL_FROM }}
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}

- name: NPM install
run: npm install
working-directory: knowx

- name: Deploy
id: deploy
run: |
npm install
sst deploy > deployment_output.txt
echo "deployment_output_path=deployment_output.txt" >> $GITHUB_OUTPUT
run: sst deploy
working-directory: knowx

- name: Extract URL from Deployment Output
Expand Down

0 comments on commit 3c3ed48

Please sign in to comment.