Build with production API_URL

This commit is contained in:
Aarni Halinen
2019-12-17 21:13:32 +02:00
parent efb8fcfc20
commit 8b7f9bccb7
+1 -1
View File
@@ -33,7 +33,7 @@ ts:build:
image: node:12
stage: build
script:
- API_URL=http://web.sik.party:8000/api npm run build
- API_URL=https://sika.sik.party/api npm run build
# test:unit:
# image: node:12