Gosod Python, Node.js, a safleoedd statig i'ch VPS mewn eiliad. Dim Docker. Dim cyfluniadau cymhleth. Dim ond vps deploy.
Gosod y CLI, mewngofnodi, a gosod
pip install vpsdotorg
cd my-project
vps link
vps deploy
Define your app in a simple vps.yaml
name: my-django-app type: python version: "3.12" build: - pip install -r requirements.txt start: gunicorn app.wsgi --bind 127.0.0.1:8000 port: 8000 domain: myapp.com git_repo: https://github.com/user/repo.git
name: my-express-api type: node version: "20" build: - npm install start: node server.js port: 3000 domain: api.mysite.com git_repo: https://github.com/user/repo.git
name: my-website type: static build: - npm run build domain: example.com git_repo: https://github.com/user/repo.git
vps deployMae'r platfform yn trin popeth yn awtomatig
Gosod Python (pyenv) neu Node.js (nvm) gyda'ch fersiwn penodol
Clonio neu nôl eich cod o'r storfa Git
Rhedeg eich gorchmynion adeiladu (pip install, npm install, ac ati)
Gosod Supervisor, dirprwy gwrthdro Nginx, a SSL am ddim drwy Let's Encrypt
No DevOps knowledge required
Automatic Let's Encrypt SSL for every domain. HTTPS out of the box.
Supervisor keeps your app running. Automatic restarts on crashes.
Automatically configured with gzip, WebSocket support, and static file serving.
Securely manage secrets with vps env set KEY=VALUE.
Track every deployment with logs, status, and duration via vps deployments.
Quick access to your server with vps ssh. Full root control.
vps loginvps linkvps deployvps deploymentsvps logsvps env set K=Vvps env listvps sshNa. Mae VPS Deploy yn rhedeg eich cymhwysiadau'n naturiol ar y gweinydd gan ddefnyddio offer lefel system (pyenv, nvm, Supervisor, Nginx). Dim cynwysyddion, dim ellyll Docker, dim gormod o waith.
Currently: Python (Django, Flask, FastAPI, etc.), Node.js (Express, Next.js, etc.), and static sites (React, Vue, HTML). More runtimes coming soon.
When you run vps deploy, Mae'r CLI yn anfon eich cyfluniad i'r API VPS.org. Wedyn mae'r platfform yn SSHio i'ch gweinydd ac yn gweithredu'r pibellau cyfan: gosod amser rhedeg, cysoni cod o git, rhedeg gorchmynion adeiladu, ffurfweddu Supervisor a Nginx, gosod SSL, a rhedeg gwiriad iechyd.
No. The platform installs everything it needs automatically via SSH. Your VPS just needs a base OS (Ubuntu, Debian, etc.) and SSH access. No agent required.
No. Your code is pulled directly from your Git repository to your VPS. VPS.org only stores deployment configuration and logs. Your code lives on your server and your Git provider.
VPS Deploy is included free with all VPS.org servers. You only pay for your VPS plan starting at $2.0/month. No additional deployment fees.
pip install vpsdotorg
Plans starting at $2.0/month