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
......@@ -3,6 +3,8 @@ image: node:buster
variables:
SITE_NAME: cf2021.pirati.cz
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
before_script:
......@@ -11,6 +13,7 @@ before_script:
build:
stage: build
script:
- echo "REACT_APP_STYLEGUIDE_URL $STYLEGUIDE_URL" >> .env
- npm install
- npm run build
after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment