added secrets to drone
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-10-27 11:32:05 +02:00
parent e35dcba75c
commit 37aa8d8246

View File

@@ -20,6 +20,11 @@ steps:
commands: commands:
- terraform -chdir=infrastructure init - terraform -chdir=infrastructure init
- terraform -chdir=infrastructure plan - terraform -chdir=infrastructure plan
environment:
tf_virtual_environment_endpoint:
from_secret: virtual_environment_endpoint
tf_virtual_environment_api_token:
from_secret: virtual_environment_api_token
# when: # when:
# event: # event:
# - pull_request # - pull_request