File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ jobs:
2727
2828 - name : 📂 Sync Files
2929 uses : SamKirkland/web-deploy@v1
30+ continue-on-error : true
3031 with :
3132 target-server : ${{ secrets.FTP_SERVER_IP }}
3233 remote-user : ${{ secrets.FTP_SERVER_USERNAME }}
3334 private-ssh-key : ${{ secrets.FTP_SERVER_PASSWD }}
3435 destination-path : /www/wwwroot/tinyvision.yuzukihd.top/
3536 source-path : ${{ github.workspace }}/docs/
36- rsync-options : --archive -O --no-perms -- compress --human-readable --progress -- delete-after --exclude=.git* --exclude=.well-known/ --exclude=.git/ --exclude=.gitignore
37+ rsync-options : --archive -- compress --delete-after --exclude=.git* --exclude=.well-known/ --exclude=.user.ini --exclude=.htaccess --exclude=. git/ --exclude=.gitignore --no-times
You can’t perform that action at this time.
0 commit comments