Remove Project from Server
Completely tear down a deployed project from a VPS.
Full removal
gon server:remove-project myapp
You will be asked to confirm. This removes containers, volumes, nginx vhost, SSL certificate, database, and the project directory.
Keep the database
Useful when re-deploying later or migrating data:
gon server:remove-project myapp --keep-db
Re-deploy after removal
Re-add the project to the server:
gon server:add-project myapp \--host=vps1 \--domain=myapp.example.comDeploy:
gon release --force