diff --git a/.drone.yml b/.drone.yml index 4f4e1751..d6d9ac02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,13 @@ steps: - name: test image: node:12.16.1 + settings: + env_path: + from_secret: dev_env_file commands: - - echo ${dev_env_file} + - echo ${env_path} + - echo ${DRONE_env_path} + - echo ${drone_env_path} # - name: restore-modules # image: drillster/drone-volume-cache