diff --git a/.drone.yml b/.drone.yml index 709fd6a..08422e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,10 +61,9 @@ steps: environment: TOKEN: from_secret: token - APISERVER: - from_secret: api_server + APISERVER: "https://10.10.0.10:6443" commands: - - curl -X DELETE https://$APISERVER/api/v1/namespaces/hugo/pods/ --header "Authorization: Bearer $TOKEN" --insecure + - curl -X DELETE $APISERVER/api/v1/namespaces/hugo/pods/ --header "Authorization: Bearer $TOKEN" --insecure volumes: - name: output temp: {}