Woodpecker test
ci/woodpecker/push/woodpecker Pipeline failed Podrobnosti

This commit is contained in:
tree 2022-10-13 15:36:04 +02:00
rodič 7534aabd33
revize b7d6560c96
1 změnil soubory, kde provedl 6 přidání a 6 odebrání

Zobrazit soubor

@ -1,10 +1,10 @@
pipeline:
build:
image: node
commands:
- npm ci
- npm run build
#build:
# image: node
# commands:
# - npm ci
# - npm run build
deploy:
image: rclone/rclone
commands:
- "rclone sync build/ :sftp: --sftp-host frontier.gwei.cz --sftp-user gweicz-docs-deploy --sftp-port 2022 --sftp-pass $RCLONE_PASS -v"
- "rclone sync projekty/ :sftp: --sftp-host frontier.gwei.cz --sftp-user gweicz-docs-deploy --sftp-port 2022 --sftp-pass $$RCLONE_PASS -v"