Skip to content
Snippets Groups Projects
Verified Commit 0ee10a1d authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

env hack

parent 57014494
No related branches found
No related tags found
No related merge requests found
Pipeline #1736 passed
...@@ -3,6 +3,8 @@ image: node:buster ...@@ -3,6 +3,8 @@ image: node:buster
variables: variables:
SITE_NAME: cf2021.pirati.cz SITE_NAME: cf2021.pirati.cz
ARTIFACTS_PATH: build ARTIFACTS_PATH: build
STYLEGUIDE_URL: https://stylegude.pir-test.eu/latest
API_URL: https://cf2021.pirati.cz/api
WEBHOOK_URL: https://ha-web.pirati.cz WEBHOOK_URL: https://ha-web.pirati.cz
before_script: before_script:
...@@ -11,6 +13,7 @@ before_script: ...@@ -11,6 +13,7 @@ before_script:
build: build:
stage: build stage: build
script: script:
- echo "REACT_APP_STYLEGUIDE_URL $STYLEGUIDE_URL" >> .env
- npm install - npm install
- npm run build - npm run build
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment