From 13c4fd68eb895615f27240cbd0e6e34829e06c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lino?= Date: Mon, 24 May 2021 23:54:18 +0200 Subject: [PATCH] add deploy of net to main script --- deploy.bash | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deploy.bash b/deploy.bash index 963ca53..d2b2368 100755 --- a/deploy.bash +++ b/deploy.bash @@ -10,8 +10,16 @@ configure_lxd () { lxd_create_net () { lxc launch images:alpine/3.13 net + + lxc exec net apk update + lxc exec net apk upgrade + lxc exec net apk add git + lxc exec net git clone https://www.joaolino.com/gitlab/hsrv/deploy.git + lxc exec net /root/deploy/containers/net/deploy.ash } #install_sw #configure_lxd + +#lxd_create_net \ No newline at end of file -- 2.24.1