Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit e36cb7b

Browse files
authored
Merge pull request #55 from topcoder-platform/test-env
Test env
2 parents 0b3d7b8 + fc90fa9 commit e36cb7b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.deploy/ecs_deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ OLTP_URL=$(eval "echo \$${ENV}_OLTP_URL")
3131

3232
JQ="jq --raw-output --exit-status"
3333

34-
3534
# Define script variables
3635
DEPLOY_DIR="$( cd "$( dirname "$0" )" && pwd )"
3736
WORKSPACE=$PWD

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ deployment:
1515
branch: ["dev"]
1616
commands:
1717
- .deploy/ecs_deploy.sh DEV
18+
test:
19+
branch: ["test-env"]
20+
commands:
21+
- .deploy/ecs_deploy.sh TEST
1822
production:
1923
branch: master
2024
commands:

0 commit comments

Comments
 (0)