Skip to content

Commit e88a4dc

Browse files
authored
RK-14059 - helm-deploy-deprecation (#66)
* helm-deploy-deprecation * helm-deploy-deprecation
1 parent 0ef3f9f commit e88a4dc

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

.circleci/config.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -117,27 +117,6 @@ jobs:
117117
- run: cd gitops-demo && git commit -m "update tutorial-python $NEW_VERSION"
118118
- run: cd gitops-demo && git push https://sonariorobot:$GITHUB_TOKEN@github.com/Rookout/gitops-demo.git production
119119

120-
deploy_demo:
121-
docker:
122-
- image: google/cloud-sdk:latest
123-
working_directory: ~/demo
124-
steps:
125-
- add_ssh_keys
126-
- *disable_strict_git
127-
- *load_cache
128-
- *setup_workspace
129-
- *auth_google
130-
- *load_version
131-
- run: git clone git@github.com:Rookout/deployment-demo
132-
- run: apt install make -y
133-
- run: export GOOGLE_APPLICATION_CREDENTIALS=/root/demo/gcp-key.json && cd deployment-demo && export env=staging && make install-helm deploy-demo
134-
- run: export GOOGLE_APPLICATION_CREDENTIALS=/root/demo/gcp-key.json && cd deployment-demo && export env=production && make install-helm deploy-demo
135-
- run: export GOOGLE_APPLICATION_CREDENTIALS=/root/demo/gcp-key.json && cd deployment-demo && export env=sandbox && make install-helm deploy-demo
136-
- run: export GOOGLE_APPLICATION_CREDENTIALS=/root/demo/gcp-key.json && cd deployment-demo && export env=staging-sandbox && make install-helm deploy-demo
137-
138-
139-
140-
141120
test_demo_servers_up:
142121
docker:
143122
- image: google/cloud-sdk:latest
@@ -177,13 +156,9 @@ workflows:
177156
requires:
178157
- build_and_push_demo_image
179158
<<: *filter_master
180-
- deploy_demo:
181-
requires:
182-
- build_and_push_demo_image
183-
<<: *filter_master
184159
- test_demo_servers_up:
185160
requires:
186-
- deploy_demo
161+
- deploy_demo_argo
187162
<<: *filter_master
188163
- notify_slack:
189164
requires:

0 commit comments

Comments
 (0)