workflow bugfix
This commit is contained in:
parent
4f6c76b37a
commit
5b862dee5b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -26,4 +26,4 @@ jobs:
|
|||
|
||||
- name: Deploy Files using Rsync
|
||||
run: |
|
||||
rsync -avz --delete --exclude='.git' -e "ssh -p ${{ secrets.SSH_PORT }}" $GITHUB_WORKSPACE/ ${{ secrets.USERNAME }}@${{ secrets.SERVER_IP }}:${{ secrets.PROJECT_PATH }}
|
||||
rsync -avz --delete --exclude='.git' -e "ssh" $GITHUB_WORKSPACE/ ${{ secrets.USERNAME }}@${{ secrets.SERVER_IP }}:${{ secrets.PROJECT_PATH }}
|
Loading…
Add table
Add a link
Reference in a new issue