From b7d6560c9673737e826bb8c201b6e937fcd39507 Mon Sep 17 00:00:00 2001 From: tree Date: Thu, 13 Oct 2022 15:36:04 +0200 Subject: [PATCH] Woodpecker test --- .woodpecker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a8c3aa5..208b534 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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"