Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
Draft
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
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
version: 2
version: 2.1

jobs:
deploy:
working_directory: ~/cp-email-service
docker:
- image: golang:1.6.4
steps:
- checkout
- setup_remote_docker
- setup_remote_docker
- run:
name: Install Docker client
command: |
Expand All @@ -19,8 +19,8 @@ jobs:
- run:
name: Deploy to K8
command: GIT_SHA1="$CIRCLE_SHA1" GIT_BRANCH="$CIRCLE_BRANCH" ./.circleci/kube.sh

workflows:
version: 2
build-test-and-deploy:
jobs:
- deploy:
Expand Down