auto deploy docs

This commit is contained in:
Umputun
2020-10-11 23:06:34 -05:00
parent 3e37434483
commit b4f4c5e777
+2
View File
@@ -85,6 +85,8 @@ steps:
commands:
- ssh umputun@remark42.com "cd /srv/remark && docker-compose pull"
- ssh umputun@remark42.com "cd /srv/remark && docker-compose up -d"
- ssh umputun@remark42.com "cd /srv/remark-site && git pull && git submodule update --recursive --remote"
- ssh umputun@remark42.com "cd /srv/remark-site && docker-compose build && docker-compose up"
when:
branch: master
event: push