diff --git a/.drone.yml b/.drone.yml index e7a569d..9aeb680 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,3 +62,4 @@ steps: commands: - "apk add curl" - 'curl -X PATCH https://kubernetes:6443/apis/apps/v1/namespaces/realestate-crawler/deployments/realestate-crawler-api -H "Authorization:Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)" -H "Content-Type:application/strategic-merge-patch+json" -k -d ''{"spec": {"template": {"metadata": { "annotations": {"kubectl.kubernetes.io/restartedAt": "''$(date +%Y-%m-%dT%TZ)''" }}}}}'' | head' +