fix: add well-known dir to _site

pull/3/head
Alexandre Dulaunoy 2018-01-25 07:18:01 +01:00
parent 6388a9bf70
commit 7715f37649
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 1 deletions

3
build.sh Normal file → Executable file
View File

@ -1,4 +1,5 @@
#!/bin/bash
bundle exec jekyll build
rsync -v -rz --checksum _site/ adulau@kb.quuxlabs.com:/home/adulau/website/misp.software
cp -rf .well-known/ _site/
rsync --include ".*" -v -rz --checksum _site/ adulau@kb.quuxlabs.com:/home/adulau/website/misp.software