Releasing a New Version
Often you would want to release a new version of your application. To do the same, you can follow one of the two ways -
Use Cosmocloud Deploy console.
Use Cosmocloud Deploy CLI.
Deploying a new version does not mean bumping up version to another environment. To deploy the same version on another environment, please check Promoting release to another environment.
Using Cosmocloud Deploy Console
Go to App Services and open your preferred App Service.
Click on the Deploy new version button on the top right.
Mention the new release version you want to deploy and 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 release --organisation <organisation_name> --app-service <app_service_name> --version <version_number> --environment <environment_name>Last updated