default branches
This commit is contained in:
parent
1e1092235b
commit
c031b07b0f
1 changed files with 2 additions and 0 deletions
2
spcd.sh
2
spcd.sh
|
@ -1,6 +1,8 @@
|
|||
#! /usr/bin/env sh
|
||||
|
||||
# defaults
|
||||
[ -n "${SPCD_BRANCH_RELEASE}" ] || SPCD_BRANCH_RELEASE="main"
|
||||
[ -n "${SPCD_BRANCH_STAGING}" ] || SPCD_BRANCH_STAGING="dev"
|
||||
[ -n "${SPCD_DNS}" ] || SPCD_DNS="\
|
||||
9.9.9.9 \
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue