mirror of https://github.com/MISP/misp-website
fix: add well-known dir to _site
parent
6388a9bf70
commit
7715f37649
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue