Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/cf_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ elif [[ ${branch} == release* ]]; then
echo "Branch starts with release, deploying to stage space"
space="stage"
elif [[ ${branch} == "main" ]]; then
echo "Branch is main, deploying to prod space"
space="prod"
echo "Branch is main, deploying to test space"
space="test"
else
# Don't deploy other branches, pass build
echo "No space detected"
Expand Down