File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -94,17 +94,14 @@ jobs:
9494 - setup_remote_docker :
9595 version : 20.10.7
9696 - login_docker
97- # - install_and_login_doctl
9897 - k8s/install
9998 - k8s/initialize :
10099 cluster : predecos-kubernetes-cluster
101- # - kubernetes/install-kubectl
102100 - run :
103101 command : docker build -t thinkdeeptech/deep-microservice-collection:${CIRCLE_BUILD_NUM} -t thinkdeeptech/deep-microservice-collection:latest --build-arg PREDECOS_MONGODB_CONNECTION_STRING=$PREDECOS_MONGODB_CONNECTION_STRING --build-arg PREDECOS_TWITTER_BEARER=$PREDECOS_TWITTER_BEARER --build-arg NODE_ENV=$NODE_ENV .
104102 working_directory : ./packages/deep-microservice-collection
105103 - run : docker push thinkdeeptech/deep-microservice-collection:${CIRCLE_BUILD_NUM}
106104 - run : docker push thinkdeeptech/deep-microservice-collection:latest
107- # - run: ./doctl kubernetes cluster kubeconfig save predecos-kubernetes-cluster
108105 - kubernetes/delete-resource :
109106 now : true
110107 resource-names : deep-microservice-collection-deployment
You can’t perform that action at this time.
0 commit comments