remove deploy user from docker group
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user