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