Added make deploy functionality
This commit is contained in:
parent
d7d99fae59
commit
edaa78b93a
1 changed files with 2 additions and 0 deletions
2
Makefile
Normal file
2
Makefile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
deploy:
|
||||
ssh pocoo.org "cd /var/www/flask.pocoo.org/website; sudo -u team git pull origin && sudo /etc/init.d/apache2 reload"
|
||||
Loading…
Add table
Add a link
Reference in a new issue