We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cff4a4d + 239590e commit 53ca666Copy full SHA for 53ca666
bin/cf_deploy.sh
@@ -19,8 +19,8 @@ elif [[ ${branch} == release* ]]; then
19
echo "Branch starts with release, deploying to stage space"
20
space="stage"
21
elif [[ ${branch} == "main" ]]; then
22
- echo "Branch is main, deploying to prod space"
23
- space="prod"
+ echo "Branch is main, deploying to test space"
+ space="test"
24
else
25
# Don't deploy other branches, pass build
26
echo "No space detected"
0 commit comments