react-homepage/.woodpecker.yml
Przemek Grondek 4dfe54c065
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
CI WIP
2023-09-14 22:38:28 +02:00

22 lines
444 B
YAML

steps:
build-static:
image: "node:20"
commands:
- npm install
- npm run build
build-docker:
image: woodpeckerci/plugin-docker-buildx
secrets:
- docker_username
- docker_password
settings:
registry: docker.grondek.pl
repo: docker.grondek.pl/react-homepage
auto_tag: true
tags: latest
platforms: linux/arm64
# when:
# branch:
# - main
# - master