Add workflow for Azure Web App with Gradle (#1955)
* Add starter workflow for Azure Web App with Gradle * Use gradle build instead of assemable and mark template as preview --------- Co-authored-by: Sampark Sharma <[email protected]>
This commit is contained in:
co-authored by
Sampark Sharma
parent
d9096dc751
commit
9ab053c67b
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Deploy a Gradle .jar app to an Azure Web App",
|
||||
"description": "Build a Gradle project and deploy it to an Azure Web App.",
|
||||
"creator": "Microsoft Azure",
|
||||
"iconName": "azure",
|
||||
"categories": ["Deployment", "Java", "Gradle"],
|
||||
"labels": ["preview"]
|
||||
}
|
||||
Reference in New Issue
Block a user