mirror of https://github.com/tildeclub/site.git
fix webroot path
This commit is contained in:
parent
506c448134
commit
bec4176ccc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue