Update
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-10-21 13:43:15 +02:00
rodič 099a6a1321
revize e7a2f80826
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -9,7 +9,7 @@ pipeline:
deploy:
image: rclone/rclone
commands:
- "rclone sync ./ :sftp: --sftp-host frontier.gwei.cz --sftp-user gweicz-sysinfo --sftp-port 2022 --sftp-pass $RCLONE_PASS -v --exclude web/node_modules --exclude .git"
- "rclone sync ./ --exclude web/node_modules --exclude .git :sftp: --sftp-host frontier.gwei.cz --sftp-user gweicz-sysinfo --sftp-port 2022 --sftp-pass $RCLONE_PASS -v"
secrets: [RCLONE_PASS]
when:
branch: [master]