Update .gitlab-ci.yml

This commit is contained in:
Dooho Yi 2020-02-17 22:54:47 +09:00
parent 24d0e58110
commit 01d74dad66

View file

@ -8,10 +8,20 @@ pages:
- make publish - make publish
artifacts: artifacts:
paths: paths:
- /var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican - 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
script: script: