Skip to content

Commit

Permalink
Set correct page
Browse files Browse the repository at this point in the history
  • Loading branch information
gcgbarbosa authored Jan 10, 2025
1 parent c395e43 commit 5b7bee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Deploy files
run: |
scp -r ./* ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/home/garimpytec/gh-action
scp -r ./* ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/var/www/html/landing-page
ssh ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }} "sudo systemctl restart nginx"

0 comments on commit 5b7bee3

Please sign in to comment.