From 37aa8d8246034432ae938f482a7946f376fa437f Mon Sep 17 00:00:00 2001 From: Tim Unkrig Date: Fri, 27 Oct 2023 11:32:05 +0200 Subject: [PATCH] added secrets to drone --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index cf72aaf..8a3cd61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,11 @@ steps: commands: - terraform -chdir=infrastructure init - 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: # event: # - pull_request \ No newline at end of file