Update .gitlab-ci.yml
This commit is contained in:
parent
c9e0d7e868
commit
4652b181aa
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue