diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e737930..2c658d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ apply: script: - terraform apply -auto-approve -var-file=terraform.tfvars after_script: - - curl --request POST --header "PRIVATE-TOKEN:${jobtoken}" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/variables/kubeconfig" --form "value=$(cat config)" + - curl --request POST --header "PRIVATE-TOKEN:${jobtoken}" "https://gitlab.com/api/v4/projects/39696994/variables/kubeconfig" --form "value=$(cat config)" dependencies: - plan only: