mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 15:27:18 +00:00
7 lines
145 B
Bash
7 lines
145 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
python3 generator.py
|
||
|
cd site
|
||
|
mkdocs build
|
||
|
rsync --include ".*" -v -rz --checksum site/ circl@cppz.circl.lu:/var/www/misp-galaxy.org
|