Fix mirror build dir

This commit is contained in:
tree 2023-01-30 15:20:19 +01:00
rodič 91dbfea406
revize 47211b6133
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

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