diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b1db2b..6e0c7aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,4 +33,6 @@ pods: - apt update && apt install -y curl - curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl - chmod +x ./kubectl - - envsubst < deploy.yml | kubectl apply -f - \ No newline at end of file + - echo $(envsubst < k8s/deploy.yml) > k8s/deploy.yaml + - cat k8s/deploy.yaml + - kubectl apply -f k8s/ \ No newline at end of file