From 82c21d2af9469a133c35fa426489e62ed99fec2e Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Wed, 22 Feb 2023 20:12:18 +0100 Subject: [PATCH] fix: missing base url while building --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 39c0cfb..06d5b78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,9 @@ steps: volumes: - name: host-orario-dist path: /drone/src/dist + environment: + BASE_URL: + from_secret: base_url commands: - pwd - npm install