Fix deploy
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-11-03 01:13:42 +01:00
rodič 6474760b68
revize c8eaf0064e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -11,7 +11,7 @@ pipeline:
deploy:
image: rclone/rclone
commands:
- "rclone sync build/ :sftp: --sftp-host frontier.gwei.cz --sftp-user eb2-faucet --sftp-port 2022 --sftp-pass $RCLONE_PASS -v"
- "rclone sync dist/ :sftp: --sftp-host frontier.gwei.cz --sftp-user eb2-faucet --sftp-port 2022 --sftp-pass $RCLONE_PASS -v"
secrets: [RCLONE_PASS]
when:
branch: [main]