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
|
||||
- pip install -r requirements.txt
|
||||
- make publish
|
||||
- sudo cp -R ./public/* /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican
|
||||
artifacts:
|
||||
paths:
|
||||
- public/
|
||||
only:
|
||||
- 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:
|
||||
stage: test
|
||||
|
|
|
|||
Loading…
Reference in a new issue