mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-03-08 07:35:56 -05:00
Update deployment command
This commit is contained in:
parent
5c7b7d41ce
commit
48a786a702
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…
x
Reference in New Issue
Block a user