mirror of
https://github.com/coderofsalvation/podi.git
synced 2026-05-18 05:04:56 +02:00
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
deploy(){
|
|
trigger hello
|
|
trigger backup
|
|
trigger checkout
|
|
trigger build
|
|
trigger runtests
|
|
trigger stop
|
|
trigger start
|
|
}
|
|
|
|
checkout(){
|
|
git --work-tree=$(pwd) --git-dir=$(pwd)/.git checkout -f $PODI_BRANCH
|
|
}
|