GitHub Integration
Vertra Cloud offers direct integration with GitHub to facilitate the deployment process. You can select a repository (including private repositories) during project creation and configure webhooks for automatic deployment.Manual Deploy via GitHub
Select Source: GitHub
In the source selection step, choose “GitHub” and authorize access to your account.
Choose Repository
Select the desired repository from the list. Private repositories are also supported.
Automatic Deploy with Webhooks
After creating the application, you can configure a GitHub deploy webhook so that every time a push is made to the configured branch, the application is automatically updated.Configure Webhook
- In the application settings, go to the “Deploys” tab
- Copy the webhook URL provided by the platform
- In GitHub, go to Settings → Webhooks → Add webhook
- Paste the URL and configure it to trigger on push events
Each application has a unique webhook URL. Do not share this URL publicly.
Deploy via ZIP
If you prefer not to use GitHub integration, you can upload a ZIP file directly. The creation wizard offers a drag-and-drop area to facilitate the process. Before creating the ZIP, exclude:node_modules,.npm,package-lock.json(JavaScript/TypeScript)venv,.cache,__pycache__(Python)target(Rust/Java)vendor(PHP/Ruby)