fix: git clone part
This commit is contained in:
parent
6a9c2b88f0
commit
16f160daac
1 changed files with 2 additions and 1 deletions
|
@ -20,4 +20,5 @@ docker network create proxy
|
||||||
|
|
||||||
echo "# web"
|
echo "# web"
|
||||||
[ -d /srv/www ] || sudo mkdir -p /srv/www
|
[ -d /srv/www ] || sudo mkdir -p /srv/www
|
||||||
sudo git clone git@git.faulty.nl:infra/web /srv/www
|
sudo chmod a+rw /srv/www
|
||||||
|
git clone git@git.faulty.nl:infra/web /srv/www
|
||||||
|
|
Reference in a new issue