Try with a new container.
This commit is contained in:
parent
52197405d6
commit
73386ac255
@ -1,14 +1,12 @@
|
||||
image: fpco/stack-build:lts-10.8
|
||||
image: quay.io/dbalan/hakyll:master
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- /root/.stack/programs/
|
||||
- _cache/
|
||||
- .stack-work/
|
||||
|
||||
test:
|
||||
script:
|
||||
- stack setup
|
||||
- stack build
|
||||
- stack exec site build
|
||||
|
||||
@ -27,12 +25,11 @@ deploy:
|
||||
- mkdir -p ~/.ssh
|
||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
|
||||
- stack setup
|
||||
script:
|
||||
- stack build
|
||||
- stack exec site build
|
||||
- scp -r public root@dbalan.in:/usr/local/www/blog/
|
||||
only:
|
||||
- master
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user