This commit is contained in:
Dhananjay Balan 2018-03-09 14:00:29 +01:00
parent 4920836eee
commit 2fe9bacaef

View File

@ -30,7 +30,7 @@ deploy:
- stack build
- LC_ALL=C.UTF-8 stack exec site clean
- LC_ALL=C.UTF-8 stack exec site build
- scp -r public root@dbalan.in:/usr/local/www/blog/
- scp -r public root@dbalan.in:/usr/local/www/nginx/blog/
only:
- master