build on push
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
FloatingGhost 2022-06-17 12:19:12 +01:00
parent 35dfb09e6f
commit a0ba907f6d

View file

@ -34,7 +34,7 @@ pipeline:
release: release:
when: when:
event: event:
- tag - push
image: node:16 image: node:16
secrets: secrets:
- SCW_ACCESS_KEY - SCW_ACCESS_KEY
@ -47,4 +47,4 @@ pipeline:
- chmod +x scaleway-cli - chmod +x scaleway-cli
- ./scaleway-cli object config install type=rclone - ./scaleway-cli object config install type=rclone
- zip akkoma-fe.zip -r dist - zip akkoma-fe.zip -r dist
- rclone copyto akkoma-fe.zip scaleway:akkoma-updates/frontend/akkoma-fe.zip - rclone copyto akkoma-fe.zip scaleway:akkoma-updates/frontend/$CI_COMMIT_BRANCH/akkoma-fe.zip