ai cooking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wait on deployment (#325)

Co-authored-by: paul miller <paul.miller>

authored by

Paul Miller
paul miller
and committed by
GitHub
3f77b140 03651f9f

+3
+3
deploy/deploy.sh
··· 37 37 38 38 echo "Deploying image: ${IMAGE_TAG}" 39 39 envsubst '${IMAGE_TAG}' <"${deploy_file}" | kubectl apply -f - -n "${namespace}" 40 + 41 + echo "Waiting for rollout of deployment/careme" 42 + kubectl rollout status deployment/careme -n "${namespace}" -w