mirror of
https://github.com/coderofsalvation/podi.git
synced 2025-12-16 11:57:45 +01:00
work in progress [might break]
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# basic starting point for gitops pipeline
|
||||
|
||||
deploy(){
|
||||
trigger hello
|
||||
trigger backup
|
||||
@@ -9,3 +7,7 @@ deploy(){
|
||||
trigger stop
|
||||
trigger start
|
||||
}
|
||||
|
||||
checkout(){
|
||||
git --work-tree=$(pwd) --git-dir=$(pwd)/.git checkout -f
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user