khaganat-web/.gitlab-ci.yml
2020-02-28 19:06:37 +01:00

25 lines
392 B
YAML

stages:
- build
Build CSS:
stage: build
tags:
- Docker
image: "python:latest"
variables:
PIPENV_VENV_IN_PROJECT: 1
script:
- apt-get update
- apt-get -y upgrade
- apt-get install -y nodejs npm
- pip3 install pipenv
- pipenv --three update
- pipenv install django
- pipenv install django-bulma
- echo "KHAGANAT_SECRET_KEY= build" > .env