Update .gitlab-ci.yml

This commit is contained in:
2022-09-25 00:12:37 +00:00
parent abfec02af0
commit 04ed187504

View File

@@ -17,6 +17,10 @@ plan production:
apply:
extends: .apply
before_script:
- echo "token = '$token'" >> terraform.tfvars
destroy:
extends: .destroy
extends: .destroy
before_script:
- echo "token = '$token'" >> terraform.tfvars