Promote / Redeploy Version
These are times when you would want to promote or redeploy a specific version (release) on the same or a different environment. To do the same, you can follow one of the two ways -
Use Cosmocloud Deploy console.
Use Cosmocloud Deploy CLI.
Using Cosmocloud Deploy Console
Go to App Services and open your preferred App Service.
Navigate to the Releases tab.
On the release you would want to Promote / Redeploy, click the 3 dot menu and chose Redeploy.
Select the environment on which it would be deployed.
Click Deploy.
Using Cosmocloud Deploy CLI
Make sure you have the Cosmocloud Deploy CLI installed.
Run the following command -
cosmocloud promote --organisation <organisation_name> --app-service <app_service_name> --version <version_number> --environment <environment_name>Last updated