diff --git a/README.md b/README.md index 70852d1..e9cf5dc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/deploy.sh b/deploy.sh index 0df4180..f9822c6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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