fix webroot path

This commit is contained in:
Ben Harris 2019-12-08 02:31:03 -05:00
parent 506c448134
commit bec4176ccc
1 changed files with 3 additions and 3 deletions

View File

@ -21,10 +21,10 @@ trigger:
steps:
- name: deploy
commands:
- cd /usr/share/www/html
- cd /usr/share/nginx/html
- git pull origin master
- name: build-wiki
commands:
- cd /usr/share/www/html/wiki
- make
- cd /usr/share/nginx/html
- make -C wiki