/ ‘gitlab-runner_config_example/shell/.gitlab-ci.yml’

This commit is contained in:
Dooho Yi 2020-04-12 16:53:55 +09:00
parent 7e0ab09947
commit 99911e7df9

View file

@ -0,0 +1,10 @@
build:
script:
- pip install -r requirements.txt
- PATH=$PATH:~/.local/bin
- make publish
- rm -rf /var/www/webapp_doohoyi/nosignal.hopto.org_site/ci/pelican
- cp -r public /var/www/webapp_doohoyi/nosignal.hopto.org_site/ci/pelican
artifacts:
paths:
- public