I'm done. grr.

This commit is contained in:
Dhananjay Balan 2018-03-09 13:48:00 +01:00
parent 488f008bae
commit 4920836eee

View File

@ -28,8 +28,8 @@ deploy:
script:
- stack build
- stack exec site clean
- stack exec site 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/
only:
- master