- Updated README.md with tree requirements

- Updated deploy ssh line
pull/3/head
Steve Clement 2018-01-19 12:39:07 +01:00
parent 968923d62b
commit b8d599f986
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* [VirtualBox](https://www.virtualbox.org)
* [Packer](https://www.packer.io) from the Packer website
* *tree* -> sudo apt install tree (on deployment side)
## Usage

View File

@ -62,6 +62,8 @@ if [ "${LATEST_COMMIT}" != "$(cat /tmp/misp-latest.sha)" ]; then
ssh ${REL_USER}@${REL_SERVER} chmod -R +r export
done
ssh ${REL_USER}@${REL_SERVER} cd export ; tree -T "MISP VM Images" -H https://www.circl.lu/misp-images/ -o index.html
# Remove files for next run
rm -r output-virtualbox-iso
rm -r output-vmware-iso