Jump to content

Template:Website Repository Setup: Difference between revisions

From Parasol
No edit summary
Tag: wikieditor
Line 19: Line 19:
"Deployment Strategy": {
"Deployment Strategy": {
"description": "Description of the deployment strategy",
"description": "Description of the deployment strategy",
"example": "The stage branch gets automatically deployed on Stage upon push.",
"example": "Auto deployment for \"main\" Branch on push.",
"type": "string"
"type": "string",
"suggestedvalues": [
"Auto deployment for \"main\" Branch on push."
]
},
},
"Repository Notes": {
"Repository Notes": {

Revision as of 10:52, 2 November 2023

Repository

{{#if: | {{{Repository Notes}}}

| }}{{#if: | Provider: {{{Repository Provider}}}
| }}{{#if: | URL: {{{Repository URL}}}
| }} {{#if: | ====Deployment Strategy==== | }} {{#if: | {{{Deployment Strategy}}} | }}

<templatedata> { "params": { "Repository URL": { "type": "string" }, "Repository Provider": { "type": "string", "suggestedvalues": [ "GitHub", "Parasol Island (GitLab)" ] }, "Deployment Strategy": { "description": "Description of the deployment strategy", "example": "Auto deployment for \"main\" Branch on push.", "type": "string", "suggestedvalues": [ "Auto deployment for \"main\" Branch on push." ] }, "Repository Notes": { "type": "string" } }, "description": "Repository Setup and Deployment Strategy. Includes Headline.", "paramOrder": [ "Repository Provider", "Repository Notes", "Repository URL", "Deployment Strategy" ] } </templatedata>