diff --git a/.drone.yml b/.drone.yml index 4eb0ad43..79734adf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: ENV_CONTENT: from_secret: env_content_develop commands: - - echo -en $${ENV_CONTENT} > ./.env_dev + - echo -en $${ENV_CONTENT} > ./.env - name: build image: node:10.13 commands: