File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 1717 -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
1818 jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
1919
20- - name : 📂 Sync Files
21- uses : SamKirkland/web-deploy@v1
22- continue-on-error : true
23- with :
24- target-server : ${{ secrets.FTP_SERVER_IP }}
25- remote-user : ${{ secrets.FTP_SERVER_USERNAME }}
26- private-ssh-key : ${{ secrets.FTP_SERVER_PASSWD }}
27- destination-path : /www/wwwroot/yuzukihd.top/
28- source-path : ${{ github.workspace }}/_site/
29- rsync-options : --archive --compress --delete-after --exclude=.git* --exclude=.well-known/ --exclude=.user.ini --exclude=.htaccess --exclude=.git/ --exclude=.gitignore --no-times
30-
3120 - name : Deploy to Staging server
3221 uses : easingthemes/ssh-deploy@main
3322 with :
You can’t perform that action at this time.
0 commit comments