feat: clone web dir
This commit is contained in:
parent
76b95bfef0
commit
5ea97b8403
1 changed files with 5 additions and 1 deletions
|
@ -15,3 +15,7 @@ fatal "please relog to enter docker group"
|
||||||
|
|
||||||
echo "# network"
|
echo "# network"
|
||||||
docker network create proxy
|
docker network create proxy
|
||||||
|
|
||||||
|
echo "# web"
|
||||||
|
[ -d /srv/www ] || sudo mkdir -p /srv/www
|
||||||
|
sudo git clone git@git.faulty.nl:infra/web /srv/www
|
||||||
|
|
Reference in a new issue