fs1/.woodpecker.yml
jordan 7490a26721
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline is running
Initialize project from default template
2026-01-31 06:07:46 +00:00

23 lines
494 B
YAML

steps:
docker:
image: woodpeckerci/plugin-kaniko
settings:
registry: registry.threesix.ai
repo: "fs1"
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/fs1 fs1=registry.threesix.ai/fs1:${CI_COMMIT_SHA:0:8} -n projects
when:
- event: push
branch: main