Skip to content

Commit

Permalink
Updated scp command
Browse files Browse the repository at this point in the history
  • Loading branch information
masonwillman authored Dec 4, 2024
1 parent d3248cc commit db4e78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy frontend to server
run: |
# Transfer build folder directly to the server
scp -o StrictHostKeyChecking=no -r ./build/* [email protected]:/var/www/html/
scp -o StrictHostKeyChecking=no -r ./frontend/build/* [email protected]:/var/www/html/windprofilecalculator
# Optional: Provide feedback
echo "Frontend deployed successfully to /var/www/html"
Expand Down

0 comments on commit db4e78f

Please sign in to comment.