Consolidate services; pipeline edits
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user