Skip to content

Commit 8b97cb6

Browse files
committed
Add in the actions needed
- Things look good on the test site, push to prod
1 parent ff0d99a commit 8b97cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/cideploy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -x
33
set -e
44

5-
: "${BRANCH:=test}"
5+
: "${BRANCH:=master}"
66
: "${TARGET_REPO=CHTC/chtc.github.io.git}"
77
JEKYLL_OUTPUT_FOLDER=_site
88

@@ -37,6 +37,6 @@ set -x
3737
git add -f -A
3838
git commit -m "$commitmessage"
3939
if [[ -z $NO_PUSH ]]; then
40-
git push -fq origin test > /dev/null
40+
git push -fq origin master > /dev/null
4141
fi
4242
echo -e "Deploy completed\n"

0 commit comments

Comments
 (0)