Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Update deploy_website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush authored Feb 17, 2024
1 parent 1c51718 commit 1ad9c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.NEW_SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
username: ${{ secrets.DOCS_USER }}
key: ${{ secrets.DOCS_PRIVATE_KEY }}
script: |
cd /path/to/your/hugo/site/directory
git pull origin main
Expand Down

0 comments on commit 1ad9c5f

Please sign in to comment.