Woodpecker deploy (4)
ci/woodpecker/push/woodpecker Pipeline failed Podrobnosti

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

Zobrazit soubor

@ -5,16 +5,6 @@ pipeline:
- npm ci
- npm run build
deploy:
image: drillster/drone-rsync
settings:
key:
from_secret: gweicz-docs-deploy-ssh-key
hosts:
- frontier.gwei.cz
port: 2022
user: gweicz-docs-deploy
delete: true
source: build
target: /docs-web
when:
branch: [master]
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"