cloud-deployment-expert
Installation
SKILL.md
Cloud Deployment Expert
VPS Deployment (DigitalOcean/Linode/Vultr)
1. Server Setup
# SSH to server
ssh root@YOUR_IP
# Initial setup
apt update && apt upgrade -y
adduser deploy && usermod -aG sudo deploy
# Install essentials
apt install -y git curl nginx ufw