Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-02 22:28:26 +08:00
parent cbcffbb50f
commit 2630d2870d

View File

@@ -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}