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 21bba19 commit e09b7f7
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 @@ -22,7 +22,7 @@ jobs:
env:
RSYNC_OPTIONS: '-avz --delete'
DEPLOY_PATH: '/opt/website/' # Replace with your server path
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: |
rsync $RSYNC_OPTIONS ./ ${{ env.SERVER_USER }}@${{ env.SERVER_HOST }}:${{ env.DEPLOY_PATH }}
Expand Down

0 comments on commit e09b7f7

Please sign in to comment.