Deploying the app
Before deploying the app to Clever Cloud, you must provide a clevercloud/gradle.json file within your project.
You can determine the value of the jarName property by running the gradlew assemble command on your local machine.
1{
2 "build": {
3 "type": "gradle",
4 "goal": "assemble"
5 },
6 "deploy": {
7 "jarName": "./build/libs/clever-cloud-demo-0.0.1-SNAPSHOT.jar"
8 }
9}Click the Create… button. Then select the an application option.
Click on the Select your GitHub repository dropdown. Then select your app’s repo.
Select the Java or Grooy + Gradle option.
Click the Next button.
Select the Paris data center. Click the Create button.
Wait a bit…
Find the app URL in the Domain names menu item.
Then check its availability with your browser.