diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index faae0f8..387c339 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -4,12 +4,9 @@ when: steps: - name: build - image: debian + image: node commands: - - echo "This is the build step" - - echo "binary-data-123" > executable - - name: a-test-step - image: golang:1.16 - commands: - - echo "Testing ..." - - ./executable \ No newline at end of file + - npm install + - npm run build + - apk add --no-cache rsync + \ No newline at end of file