Update .gitlab-ci.yml
This commit is contained in:
parent
2d3954d380
commit
d6671ac905
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ 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
|
- mkdir pub
|
||||||
|
- cp -R ./public/* ./pub
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public/
|
- public/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue