Use .env files for build configuration
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ build:
|
|||||||
needs: ["install"]
|
needs: ["install"]
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- NEXT_PUBLIC_API_URL=https://api.dev.sik.party/api npm run build
|
- NODE_ENV=test npm run build
|
||||||
dependencies:
|
dependencies:
|
||||||
- install
|
- install
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user