Consolidate services; pipeline edits
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-02-12 15:46:57 -03:00
parent 56f506f647
commit ff1e36b25a
2 changed files with 27 additions and 33 deletions

View File

@@ -1,5 +1,13 @@
# Deploy: build image, push to registry, trigger Portainer stack redeploy.
# Runs on push/tag/manual to main only, after ci workflow succeeds.
# no need to clone, we're just pinging a webhook
skip_clone: true
# Use writable workspace when clone is skipped (no root clone step to create /woodpecker/src)
workspace:
base: /tmp
path: deploy
when:
- branch: main
event: [push, tag, manual]