Add .woodpecker.yaml and cname
This commit is contained in:
parent
8a432ca981
commit
808a1b4700
@ -1,5 +1,8 @@
|
||||
steps:
|
||||
trigger-gitops-via-push:
|
||||
when:
|
||||
event: [push, pull_request, tag]
|
||||
branch: [master]
|
||||
name: Trigger apps-gitops via Git push
|
||||
image: alpine/git
|
||||
environment:
|
||||
@ -16,4 +19,3 @@ steps:
|
||||
git add .trigger
|
||||
git commit -m "ci: trigger apps-gitops build" || echo "no changes"
|
||||
git push origin HEAD
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user