Skip to content

changes for master to push image in aws repo. #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2018
Merged
Show file tree
Hide file tree
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
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

jobs:
# Build & Deploy against development backend rer
"build-dev-deploy-test":
"build-dev":
docker:
- image: docker:17.06.1-ce-git
steps:
Expand Down Expand Up @@ -78,9 +78,13 @@ workflows:
version: 2
build:
jobs:
# Development builds are executed on "develop" branch only.
- "build-dev-deploy-test":
# Development builds are executed on "dev" branch only.
- "build-dev":
filters:
branches:
only: "dev"

# Production builds are executed on "master" branch only.
- "build-prod":
filters:
branches:
only: "master"
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,6 @@ check_service_status() {

configure_aws_cli
push_ecr_image
deploy_cluster
check_service_status
#deploy_cluster
#check_service_status