diff --git a/.drone.yml b/.drone.yml index 62640e9..bff5be7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,8 @@ steps: # Step 2: Build for production (to verify it compiles) - name: build image: node:14 + environment: + CUSTOMER: Ggz commands: - npm ci - npm run build