File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -117,27 +117,6 @@ jobs:
117
117
- run : cd gitops-demo && git commit -m "update tutorial-python $NEW_VERSION"
118
118
- run : cd gitops-demo && git push https://sonariorobot:$GITHUB_TOKEN@github.com/Rookout/gitops-demo.git production
119
119
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
-
141
120
test_demo_servers_up :
142
121
docker :
143
122
- image : google/cloud-sdk:latest
@@ -177,13 +156,9 @@ workflows:
177
156
requires :
178
157
- build_and_push_demo_image
179
158
<< : *filter_master
180
- - deploy_demo :
181
- requires :
182
- - build_and_push_demo_image
183
- << : *filter_master
184
159
- test_demo_servers_up :
185
160
requires :
186
- - deploy_demo
161
+ - deploy_demo_argo
187
162
<< : *filter_master
188
163
- notify_slack :
189
164
requires :
You can’t perform that action at this time.
0 commit comments