0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2025-01-18 10:22:27 -05:00
safetwitch/.woodpecker.yml

32 lines
711 B
YAML
Raw Normal View History

2023-08-13 18:11:10 +00:00
steps:
2023-11-30 20:23:21 -05:00
lint:
2023-07-10 20:32:11 +00:00
image: docker.io/node:16
2023-07-10 20:31:04 +00:00
commands:
2023-11-30 19:54:05 -05:00
- git clone --recurse-submodules -j8 https://codeberg.org/${CI_REPO_OWNER}/safetwitch
2023-11-30 19:54:48 -05:00
- npm i
2023-11-30 20:23:21 -05:00
- npm run lint
when:
event: push
branch: master
build:
image: docker.io/node:16
commands:
2023-09-27 19:38:38 +00:00
- npm run build
2023-11-26 13:37:17 -05:00
when:
event: push
branch: master
2023-09-27 19:49:31 +00:00
2023-09-27 19:38:38 +00:00
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
2023-09-27 19:41:43 +00:00
dockerfile: Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
2023-09-27 19:38:38 +00:00
registry: codeberg.org
2023-10-05 02:14:28 +00:00
auto_tag: true
2023-12-01 17:41:43 -05:00
repo: codeberg.org/safetwitch/safetwitch
username: safetwitch
2023-09-27 19:38:38 +00:00
password:
from_secret: cb_token
when:
2023-11-26 13:37:17 -05:00
event: tag