verify-1769754900/.woodpecker.yml
jordan e6b4696771
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initialize project from default template
2026-01-30 06:35:04 +00:00

23 lines
550 B
YAML

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