/ ‘.gitlab-ci.yml’
This commit is contained in:
parent
3cb54ff5db
commit
a3c2508388
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
|
image: python:3.7-alpine
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
|
- apk update && apk add make
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- PATH=$PATH:~/.local/bin
|
- PATH=$PATH:~/.local/bin
|
||||||
- make publish
|
- make publish
|
||||||
|
|
@ -7,4 +10,4 @@ build:
|
||||||
- cp -r output /var/www/webapp_doohoyi/nosignal.hopto.org_site/ci/website
|
- cp -r output /var/www/webapp_doohoyi/nosignal.hopto.org_site/ci/website
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- output
|
- public
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue