workflow bugfix
This commit is contained in:
parent
b36e7fd783
commit
2c16bad7a5
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 --exclude='.git' -e "ssh" $GITHUB_WORKSPACE/ ${{ secrets.USERNAME }}@${{ secrets.SERVER_IP }}:${{ secrets.PROJECT_PATH }}
|
||||
rsync -avz --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