Skip to content
Snippets Groups Projects
Commit 091e6c74 authored by Moritz Stückler's avatar Moritz Stückler :cowboy:
Browse files

fix: inject env in deploy target

parent c28b6cda
No related branches found
No related tags found
No related merge requests found
Pipeline #94 passed
......@@ -9,14 +9,16 @@ before_script:
- apk add --no-cache lftp openssh
- mkdir -p ~/.ssh
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
- echo "$FRONTEND_ENV" >> .env
npm build:
npm build:
stage: build
only:
- main
script:
- npm ci
- npm run build
artifacts:
paths:
- build
......
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