Skip to content

Commit

Permalink
Fixed ids for new templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpabich committed Nov 30, 2016
1 parent 65f18d6 commit 27d27b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions step-templates/iis-backup-iis-configuration.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Id": "ActionTemplates-211",
"Id": "e1006e45-bbde-42e3-b6b9-16d804772684",
"Name": "IIS - Backup IIS Configuration",
"Description": "This backs up the entire IIS configuration for the server (does not include website files). Note that all prior configurations on that IIS server will be cleared out.",
"ActionType": "Octopus.Script",
Expand All @@ -19,5 +19,6 @@
"ExportedAt": "2016-11-23T21:07:51.416Z",
"OctopusVersion": "3.4.15",
"Type": "ActionTemplate"
}
},
"Category": "iis"
}
5 changes: 3 additions & 2 deletions step-templates/yams-upload.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Id": "ActionTemplates-1",
"Id": "a1d95c5f-42fb-43b3-8bee-74a255f2ae71",
"Name": "YAMS Uploader",
"Description": "Upload YAMS application.\n\n[YAMS](https://github.com/Microsoft/Yams) is a library that can be used to deploy and host microservices in the cloud or on premises. This step uses [YAMS Uploader](https://github.com/Applicita/YamsUploader) to publish applications to YAMS cluster.",
"ActionType": "Octopus.Script",
Expand Down Expand Up @@ -86,5 +86,6 @@
"ExportedAt": "2016-11-24T18:45:19.864Z",
"OctopusVersion": "3.5.1",
"Type": "ActionTemplate"
}
},
"Category": "other"
}

0 comments on commit 27d27b0

Please sign in to comment.