diff --git a/deploy.bash b/deploy.bash index 963ca534ab00e9e3813cca4c066d5ec27f9816c3..d2b23686d2f94d5d2f21abeeb75d49516e84e05f 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