From a89e69c47a760700302f188884bea9d168f51c56 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Sun, 11 Oct 2020 00:28:12 +0300 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4766098..d318a68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ build: needs: ["install"] stage: build script: - - API_URL=http://web.sik.party:8000/api npm run build + - API_URL=https://api.dev.sik.party/api npm run build dependencies: - install artifacts: