Files
starter-workflows/ci/properties/azure.properties.json
T

7 lines
190 B
JSON
Raw Normal View History

2019-11-13 12:29:30 -08:00
{
"name": "Deploy Node.js to Azure Web App",
"description": "Build a Node.js project and deploy it to an Azure Web App.",
"iconName": "azure",
2020-02-14 15:08:30 -05:00
"categories": ["JavaScript"]
}