Deployment Management Overview
Once your application is deployed, you have full control to update, redeploy different versions, or remove it from production entirely.Updating Your Deployment
Change the Deployed Version
1
Open Deployment Tab
Navigate to your project and click the Deployment tab (🚀)
2
Select New Version
Use the Version to Deploy dropdown to choose a different version
3
Update Deployment
The Update Deployment button appears when you select a different version. Click it to apply the change.
4
Confirm Changes
Your application will now display the newly selected version at the same URL
Updating the version does not change your subdomain. Your URL remains the same.
Change Your Subdomain
1
Enter New Subdomain
Type a new subdomain in the Subdomain field
2
Check Availability
(Optional) Click Check to verify the new subdomain is available
3
Update Deployment
Click Update Deployment to apply the new subdomain
4
Access New URL
Your application is now accessible at the new subdomain. The old subdomain becomes available for others.
Update Both Version and Subdomain
You can change both the version and subdomain simultaneously:- Select a new version from the dropdown
- Enter a new subdomain
- Click Update Deployment
Deployment Status Indicator
When your application is deployed, you’ll see:- Green badge next to the project title displaying “Deployed”
- Link icon to quickly access your live application
- Deployment info in the Deployment tab showing current version and subdomain
Undeploying Your Application
If you need to take your application offline:1
Open Deployment Tab
Go to the Deployment tab in your project
2
Click Undeploy Application
Scroll down and click the red Undeploy Application button
3
Confirm Action
Confirm that you want to undeploy. This action is reversible - you can redeploy anytime.
4
Verify Removal
Your subdomain is released and becomes available for others to use.
Undeploying does not delete your project or versions. It only removes the public URL. You can redeploy anytime using the same or a different subdomain.
Common Management Scenarios
Rollback to Previous Version
If you deployed a version with issues:Gradual Updates
Test changes before full deployment:Change During Development
Update your live site as you work:Deployment History
CodeRocket tracks your deployment history including:- Current deployment - Active version and subdomain
- Deployed at - When the current deployment was created
- Last updated - Most recent change to deployment configuration
Limitations
Be aware of these deployment limitations:What Happens If Subscription Expires?
If your premium subscription expires:- Existing deployments remain active for 7 days
- You cannot create new deployments or update existing ones
- After 7 days, deployments are automatically undeployed
- Your subdomain becomes available for others
Renew your subscription anytime to maintain deployments and prevent automatic undeployment.

