Skip to content

Commit

Permalink
chore: Update frontend_deploy.yml to include capturing deployment out…
Browse files Browse the repository at this point in the history
…put in a file
  • Loading branch information
Diegogtz03 committed Jun 12, 2024
1 parent 1d092a7 commit 0138c19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ jobs:

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

- name: Extract URL from Deployment Output
Expand Down

0 comments on commit 0138c19

Please sign in to comment.