Skip to content

Commit b54286f

Browse files
authored
Update main.yml
1 parent f016a64 commit b54286f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@ jobs:
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:

0 commit comments

Comments
 (0)