mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
specify rsync user
This commit is contained in:
parent
6fedef7794
commit
fe82db5f9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-to-prod.yml
vendored
2
.github/workflows/deploy-to-prod.yml
vendored
|
@ -56,5 +56,5 @@ jobs:
|
|||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
ssh-keyscan -H ${{ secrets.GMI_HOST }} >> ~/.ssh/known_hosts
|
||||
rsync -avz --delete --exclude='*.html' --exclude='*.css' --exclude='*.js' -e ssh public/ ${{ secrets.GMI_HOST }}:${{ secrets.GMI_CONTENT_PATH }}
|
||||
rsync -avz --delete --exclude='*.html' --exclude='*.css' --exclude='*.js' -e ssh public/ ${{ secrets.GMI_USER}}@${{ secrets.GMI_HOST }}:${{ secrets.GMI_CONTENT_PATH }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue