Documentation Index
Fetch the complete documentation index at: https://www.qovery.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The publish workflow lets builders request deployment of their workspace application to a production URL. As an admin, you review these requests and approve or reject them before anything goes live. This gives you oversight over what gets published while still letting builders work autonomously.How the Publish Flow Works
Builder Initiates Publish
The builder clicks Publish in their workspace editor when they are ready to deploy their application.
Builder Configures the Request
The builder selects a subdomain for their published application and reviews a diff of the changes being published.
Publish Request Created
The portal creates a git commit with the workspace changes and generates a publish request. The request appears in the admin approvals queue.
Admin Reviews
You see the pending request in Admin > Approvals with all the details needed to make a decision.
Reviewing Requests
Navigate to Admin > Approvals to see all pending publish requests. Each request includes:| Field | Description |
|---|---|
| Workspace Name | The workspace the builder is publishing from |
| Builder Email | Who submitted the request |
| Subdomain | The requested subdomain for the published application |
| Timestamp | When the publish request was submitted |
| Diff Preview | A summary of the changes included in the publish |
Approving a Request
Click Approve on a publish request to trigger the deployment pipeline. The portal will:- Push the builder’s commit to the git repository
- Create a pull request with the changes
- Mark the publish request as approved
Rejecting a Request
Click Reject to send the request back to the builder. You can include an optional feedback message explaining why the request was rejected and what the builder should change before resubmitting. The builder sees the rejection with your feedback in their workspace and can make adjustments before submitting a new publish request.Trusted Users
For experienced builders who consistently publish appropriate content, you can grant trusted status. Trusted users’ publish requests are auto-approved - they bypass the admin review step entirely.Navigate to Trust Settings
Go to the Admin > Approvals page or open the blueprint settings for the relevant blueprint.
Trust is configured per user. You can trust a user for one blueprint but still require approval for their requests on other blueprints. Review your trusted users list periodically to ensure it stays current.
Next Steps
Workspace Management
Monitor and manage all workspaces.
Member Management
Invite and manage team members.
Portal Customization
Customize branding and workspace layouts.