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
Related skills
Installs
14
GitHub Stars
16
First Seen
Jan 27, 2026