mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-23 23:01:13 -04:00
Update deployment command
This commit is contained in:
parent
5c7b7d41ce
commit
48a786a702
1 changed files with 1 additions and 1 deletions
2
.github/workflows/production.yml
vendored
2
.github/workflows/production.yml
vendored
|
@ -59,4 +59,4 @@ jobs:
|
|||
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 700 ~/.ssh/id_rsa
|
||||
ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
|
||||
rsync -azP --delete _site/ ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:privacyguides.org-deploy
|
||||
rsync -azP --delete _site/ ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:${{ secrets.SSH_PATH }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue