Loading...
Deploy your first application in minutes. Follow this guide to set up GoCloudify and deploy your application.
curl -sSL https://get.gocloudify.io | bashOr download binaries for your platform from our releases page
gocloudify config set-server https://your-instance.comgocloudify logincd your-app-directorygocloudify create my-appgit push gocloudify mainYour application will be automatically built, containerized, and deployed
gocloudify config:set DATABASE_URL=postgres://...gocloudify scale web=3gocloudify logs --tailNow that you've deployed your first application, explore advanced features like database management, custom domains, and CI/CD integrations.