Commit 1b7896c43587b098eb462976de8e1f684fdc3428
1 parent
d39e1327
fix: workflows
Showing
1 changed file
with
2 additions
and
2 deletions
.github/workflows/ftp-schedule.yml
... | ... | @@ -51,6 +51,6 @@ jobs: |
51 | 51 | password: ${{ secrets.FTP_PASSWORD }} |
52 | 52 | protocol: ftps |
53 | 53 | port: ${{ secrets.FTP_PORT }} |
54 | - local-dir: dist | |
55 | - server-dir: /srv/www/vben-admin | |
54 | + local-dir: ./dist/ | |
55 | + server-dir: ./srv/www/vben-admin/ | |
56 | 56 | # ARGS: --delete --verbose --parallel=80 | ... | ... |