Skip to content

Commit

Permalink
root
Browse files Browse the repository at this point in the history
  • Loading branch information
mzfshark committed Sep 12, 2024
1 parent e09b7f7 commit 4ba5a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run WordPress Deployment Script
env:
SERVER_USER: 'www-data' # Replace with your server username
SERVER_USER: 'root' # Replace with your server username
SERVER_HOST: '177.92.144.247' # Replace with your server hostname or IP
run: |
ssh ${{ env.SERVER_USER }}@${{ env.SERVER_HOST }} "cd ${{ env.DEPLOY_PATH }} && ./deploy.sh"

0 comments on commit 4ba5a68

Please sign in to comment.