Skip to content

Commit

Permalink
fix: removed file outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegogtz03 committed May 15, 2024
1 parent b2a98c4 commit 587dfd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/frontend_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ jobs:
id: deploy
run: |
npm install
sudo sst deploy --stage dev > deployment_output.txt
echo "deployment_output_path=deployment_output.txt" >> $GITHUB_OUTPUT
sudo sst deploy --stage dev
working-directory: knowx

- name: Extract URL from Deployment Output
Expand Down

0 comments on commit 587dfd5

Please sign in to comment.