Update .gitlab-ci.yml

This commit is contained in:
Dooho Yi 2020-02-17 23:25:12 +09:00
parent c9e0d7e868
commit 4652b181aa

View file

@ -6,10 +6,9 @@ pages:
- apk update && apk add make - apk update && apk add make
- pip install -r requirements.txt - pip install -r requirements.txt
- make publish - make publish
- cp -R ./public/* /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican
artifacts: artifacts:
paths: paths:
- public/ - /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican
only: only:
- master - master