This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ commands:
8383 - run :
8484 name : Building docker image for production
8585 command : |
86- docker build -t ${DOCKHUB_ORGANISATION}/ticktrade-mobile :${CIRCLE_TAG} -t ${DOCKHUB_ORGANISATION}/ticktrade-mobile :latest .
86+ docker build -t ${DOCKHUB_ORGANISATION}/binary-static-ticktrade :${CIRCLE_TAG} -t ${DOCKHUB_ORGANISATION}/binary-static-ticktrade :latest .
8787 - run :
8888 name : Pushing Image to docker hub
8989 command : |
@@ -108,7 +108,7 @@ commands:
108108 KUBE_SERVER="${!KUBE_SERVER_REF}"
109109 SERVICEACCOUNT_TOKEN="${!SERVICEACCOUNT_TOKEN_REF}"
110110 echo $CA_CRT | base64 --decode > ca.crt
111- kubectl --server=${KUBE_SERVER} --certificate-authority=ca.crt --token=$SERVICEACCOUNT_TOKEN set image deployment/ticktrade-binary-com ticktrade-binary-com=${DOCKHUB_ORGANISATION}/ticktrade-mobile :${CIRCLE_TAG}
111+ kubectl --server=${KUBE_SERVER} --certificate-authority=ca.crt --token=$SERVICEACCOUNT_TOKEN set image deployment/ticktrade-binary-com ticktrade-binary-com=${DOCKHUB_ORGANISATION}/binary-static-ticktrade :${CIRCLE_TAG}
112112 fi
113113 done
114114
You can’t perform that action at this time.
0 commit comments