diff --git a/.drone.yml b/.drone.yml index 1969d748..0d1943b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,8 @@ steps: - name: test image: node:12.16.1 environment: - ENV_PATH: dev_env_file + ENV_PATH: + from_secret: dev_env_file commands: - echo $ENV_PATH - echo ${ENV_PATH}