Skip to main content

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.

Preview: Remote Dev Environments Portal is in preview. Features may change as the product evolves.

Overview

When you are ready to share your work, the publish workflow lets you request a deployment to a production URL. Depending on your organization’s settings, this may require admin approval before your application goes live.

How Publishing Works

Publishing connects your workspace changes to your organization’s deployment pipeline:
  1. The portal creates a git commit with your current workspace state
  2. You select a subdomain for your application (e.g., my-app.yourdomain.com)
  3. You can review a diff of your changes before submitting
  4. The publish request is sent to your admin for review (unless you are a trusted user)
  5. Once approved, the portal pushes to git and creates a pull request
Publishing creates a git commit and pull request. Your admin has full visibility into what was changed and can review the code before it goes live.

Step by Step

1

Open the Publish Modal

Click the Publish button in the workspace top bar. This opens the publish modal where you configure your deployment.
2

Choose a Subdomain

Select or enter the subdomain where your application will be accessible. For example, if your organization’s domain is yourcompany.com, you might choose my-app to publish at my-app.yourcompany.com.If you have published before, your previous subdomain will be pre-filled.
3

Review Changes

The publish modal shows a diff preview of all changes that will be deployed. Review this carefully to make sure you are publishing what you intend.The diff compares your current workspace state against the last published version (or the original blueprint if this is your first publish).
4

Submit for Approval

Click Publish to submit your request. Your admin will be notified that a new publish request is waiting for review.
5

Wait for Approval

Your admin reviews the changes and approves or rejects the request. You will be notified of the outcome.
  • Approved - Your application is deployed to the selected subdomain
  • Rejected - Your admin sends feedback explaining what needs to change

Trusted Users

Your admin can mark you as a trusted user for specific blueprints. If you have trusted status:
  • Your publish requests are auto-approved - no waiting for admin review
  • The deployment starts immediately after you click Publish
  • You still get the diff preview so you can review your changes before submitting
If you publish frequently and your admin trusts your work, ask about getting trusted status. It removes the approval bottleneck and lets you deploy on your own schedule.

Publish Status

After submitting a publish request, it moves through these states:
StatusDescription
PendingYour request is waiting for admin review. You can continue working in your workspace while you wait.
ApprovedYour admin approved the request. The portal is pushing your changes and creating a pull request. Your application will be live shortly.
RejectedYour admin sent the request back with feedback. Review their comments, make changes, and submit a new publish request.
You can continue working in your workspace while a publish request is pending or being deployed. Your workspace is not locked during the publish process.

Republishing

After your first publish, you can publish again at any time to deploy new changes. The workflow is the same - the diff will show changes since your last published version, making it easy to see exactly what is new.

Troubleshooting

The Publish button may be disabled if:
  • Your workspace is not in a Running state
  • There are no changes to publish (your workspace matches the last published version)
  • A previous publish request is still being processed
Check the workspace status badge in the top bar and wait for any in-progress operations to complete.
Your admin reviewed the changes and sent the request back. Check the rejection feedback for details on what needs to change. Make the requested updates in your workspace, then submit a new publish request.
After approval, it may take a few minutes for DNS and deployment to propagate. If your application is still not accessible after 5 minutes:
  • Verify the subdomain URL is correct
  • Check with your admin that the deployment completed successfully
  • Ensure your application starts correctly in a production configuration

Next Steps

Git History & Snapshots

Save and restore previous versions of your work before publishing.

Using the Editor

Get the most out of the workspace terminal, AI chat, and editor layout.