diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 1eb8917..1555f27 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -95,7 +95,6 @@ if ! id deploy &>/dev/null; then echo "==> Creating deploy user..." useradd -r -s /usr/sbin/nologin deploy fi -usermod -aG docker deploy echo "==> Setting up deploy SSH key..." mkdir -p /home/deploy/.ssh