Skip to content

Commit 53ca666

Browse files
authored
Merge pull request #13 from fecgov/feature/1572-test-environment
Feature/1572 - Test Environment (Merge to Develop)
2 parents cff4a4d + 239590e commit 53ca666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/cf_deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ elif [[ ${branch} == release* ]]; then
1919
echo "Branch starts with release, deploying to stage space"
2020
space="stage"
2121
elif [[ ${branch} == "main" ]]; then
22-
echo "Branch is main, deploying to prod space"
23-
space="prod"
22+
echo "Branch is main, deploying to test space"
23+
space="test"
2424
else
2525
# Don't deploy other branches, pass build
2626
echo "No space detected"

0 commit comments

Comments
 (0)