Skip to content

Commit 9c159f0

Browse files
author
sachin-maheshwari
authored
Merge pull request #3 from topcoder-platform/dev
changes for master to push image in aws repo.
2 parents 3c36b8a + 8d72633 commit 9c159f0

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.circleci/config.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
jobs:
44
# Build & Deploy against development backend rer
5-
"build-dev-deploy-test":
5+
"build-dev":
66
docker:
77
- image: docker:17.06.1-ce-git
88
steps:
@@ -78,9 +78,13 @@ workflows:
7878
version: 2
7979
build:
8080
jobs:
81-
# Development builds are executed on "develop" branch only.
82-
- "build-dev-deploy-test":
81+
# Development builds are executed on "dev" branch only.
82+
- "build-dev":
8383
filters:
8484
branches:
8585
only: "dev"
86-
86+
# Production builds are executed on "master" branch only.
87+
- "build-prod":
88+
filters:
89+
branches:
90+
only: "master"

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,6 @@ check_service_status() {
244244

245245
configure_aws_cli
246246
push_ecr_image
247-
deploy_cluster
248-
check_service_status
247+
#deploy_cluster
248+
#check_service_status
249249

0 commit comments

Comments
 (0)