fs2/.woodpecker.yml
jordan f0da9e9254
Some checks are pending
ci/woodpecker/manual/woodpecker Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline is pending
Initialize project from default template
2026-01-31 07:33:22 +00:00

23 lines
494 B
YAML

steps:
docker:
image: woodpeckerci/plugin-kaniko
settings:
registry: registry.threesix.ai
repo: "fs2"
tags:
- latest
- ${CI_COMMIT_SHA:0:8}
cache: true
skip-tls-verify: true
when:
- event: push
branch: main
deploy:
image: bitnami/kubectl:latest
commands:
- kubectl set image deployment/fs2 fs2=registry.threesix.ai/fs2:${CI_COMMIT_SHA:0:8} -n projects
when:
- event: push
branch: main