fix: ci
All checks were successful
Deploy to SFTP Server / build (push) Successful in 22m35s

This commit is contained in:
max_richter 2024-04-07 23:16:18 +02:00
parent 44c03ff4c6
commit 187fd302fb

View File

@ -70,7 +70,7 @@ jobs:
- name: 🚀 Deploy Changed Files via rclone
run: |
rclone sync --update -v --progress --stats 2s --stats-one-line ./dist/_astro sftp-remote:${REMOTE_DIR}/_astro --transfers 4
rclone sync --update -v --progress --size-only --stats 2s --stats-one-line ./dist/_astro sftp-remote:${REMOTE_DIR}/_astro --transfers 4
rclone sync --update -v --progress --exclude _astro --stats 2s --stats-one-line ./dist/ sftp-remote:${REMOTE_DIR} --transfers 4
env:
REMOTE_DIR: ${{ vars.REMOTE_DIR }}