mirror of https://github.com/MISP/misp-website
5 lines
127 B
Bash
5 lines
127 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
bundle exec jekyll build
|
||
|
rsync -v -rz --checksum _site/ adulau@kb.quuxlabs.com:/home/adulau/website/misp.software
|