Skip to content

Commit 2b384d0

Browse files
author
Sachin Maheshwari
committed
clean-up..
1 parent 7618e48 commit 2b384d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ workflows:
8282
- "build-dev":
8383
filters:
8484
branches:
85-
only: [dev, 'feature/m2mtoken']
85+
only: dev
8686
- "build-prod":
8787
filters:
8888
branches:

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ check_service_status() {
279279

280280
configure_aws_cli
281281
push_ecr_image
282-
#deploy_cluster
283-
#check_service_status
282+
deploy_cluster
283+
check_service_status

0 commit comments

Comments
 (0)