Use also woodpecker for deploy
ci/woodpecker/push/woodpecker Pipeline failed Podrobnosti

This commit is contained in:
tree 2022-10-14 14:28:07 +02:00
rodič e10b4cdc08
revize 09bab67d12
1 změnil soubory, kde provedl 13 přidání a 0 odebrání

13
.woodpecker.yml Normal file
Zobrazit soubor

@ -0,0 +1,13 @@
pipeline:
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 eb2-website-dev --sftp-port 2022 --sftp-pass $RCLONE_PASS -v"
secrets: [RCLONE_PASS]
when:
branch: [main]