sudo usermod -aG sudo deploy
Category: Self-Hosting
sudo usermod -aG sudo deploy
Grant sudo privileges to a user — needed for system-level operations
Grants a user sudo access. They can now run 'sudo command' to execute commands as root after entering their password.