CI: Inspect changed file

This commit is contained in:
Ariejan de Vroom 2015-12-10 09:44:48 +01:00
parent 36370583c3
commit 7b496ee712

View File

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