You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/autodeploy.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ jobs:
41
41
# Provide the name of a resource group, only required for resource Group deployments.
42
42
resourceGroupName: MyResourceGroup
43
43
# Specify the path or URL to the Azure Resource Manager template.
44
-
template: ../../Template.json
44
+
template: ./Template.json
45
45
# Incremental (only add resources to resource group) or Complete (remove extra resources from resource group) or Validate (only validates the template).
46
46
deploymentMode: Incremental
47
47
# Specifies the name of the resource group deployment to create.
0 commit comments