CI: Inspect public/*

This commit is contained in:
Ariejan de Vroom 2015-12-10 09:41:53 +01:00
parent e9d618c289
commit 36370583c3

View File

@ -18,4 +18,5 @@ job:
- golang
script:
- hugo
- rsync -aqz --delete-after --no-progress public/* -e 'ssh -o UserKnownHostsFile=/dev/null,StrictHostKeyChecking=no ariejan@mail.devroom.io:/home/ariejan/www/ariejan.net'
- ls -lah public/*
- rsync -aqz --delete-after public/* -e 'ssh -o UserKnownHostsFile=/dev/null,StrictHostKeyChecking=no ariejan@mail.devroom.io:/home/ariejan/www/ariejan.net'