Update .gitlab-ci.yml
This commit is contained in:
parent
01d74dad66
commit
5c4756f18d
1 changed files with 1 additions and 10 deletions
|
|
@ -6,21 +6,12 @@ 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
|
||||||
|
- sudo cp -R ./public/* /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public/
|
- public/
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
deploy:
|
|
||||||
stage: deploy
|
|
||||||
environment: production
|
|
||||||
script:
|
|
||||||
- sudo cp -R ./public/* /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican
|
|
||||||
tags:
|
|
||||||
- deploy
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue