/ ‘.gitlab-ci.yml’

This commit is contained in:
Dooho Yi 2020-04-11 16:29:05 +09:00
parent 4652b181aa
commit 95c010a116

View file

@ -1,24 +1,8 @@
image: python:3.7-alpine
pages:
stage: deploy
build:
stage: build
script:
- apk update && apk add make
- pip install -r requirements.txt
- make publish
artifacts:
paths:
- /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican
only:
- master
test:
stage: test
script:
- apk update && apk add make
- pip install -r requirements.txt
- make publish
only:
- branches
except:
- master