Merge branch 'main' of github.com:ethbrno/eb2-website

This commit is contained in:
Adam Sobotka 2022-10-14 14:30:16 +02:00
revize 193aa45780
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]