Commit 13c4fd68 authored by João Lino's avatar João Lino

add deploy of net to main script

parent e5284e63
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment