This commit is contained in:
Dhananjay Balan 2018-03-09 14:03:56 +01:00
parent 2fe9bacaef
commit 756586b8de

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/nginx/blog/
- scp -r public/* root@dbalan.in:/usr/local/www/nginx/blog/
only:
- master