We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22b51b commit a97e0b3Copy full SHA for a97e0b3
.github/workflows/nodejs.yml
@@ -48,10 +48,12 @@ jobs:
48
username: ${{ secrets.FTP_USERNAME }}
49
server: ${{ secrets.FTP_SERVER }}
50
port: ${{ secrets.FTP_PORT }}
51
- local_path: 'docs/.vuepress/dist/'
52
- remote_path: '/'
+ local_path: './docs/.vuepress/dist'
+ remote_path: "/home/${{ secrets.FTP_USERNAME }}"
53
sftp_only: true
54
password: ${{ secrets.FTP_PASSWORD }}
55
+ rsyncArgs: '--exclude=node_modules --exclude=.git --exclude=*.log'
56
+ sftpArgs: '-o ConnectTimeout=5'
57
58
# - name: 📂 Sync files
59
# uses: SamKirkland/FTP-Deploy-Action@v4.3.5
0 commit comments