From b8d599f9862206cde393aaa70eb4433e1eebb4d5 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Fri, 19 Jan 2018 12:39:07 +0100 Subject: [PATCH] - Updated README.md with tree requirements - Updated deploy ssh line --- README.md | 1 + deploy.sh | 2 ++ 2 files changed, 3 insertions(+) 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