Resolves pipeline error
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-02-12 15:23:25 -03:00
parent ad66dff5e7
commit bb0fb34656

View File

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