Template:Website Repository Setup
Repository
{{#if: | Provider: {{{Repository Provider}}} | }}
{{#if: | URL: {{{Repository URL}}} | }}
{{#if: | ====Deployment Strategy==== {{{Deployment Strategy}}} | }}
{{#if: | Provider: {{{Server Provider}}}
| }}{{#if: | Console: [{{{Server Admin URL}}} {{{Server Admin URL}}}]
| }}{{#if: | Server Access: {{{Server Access}}} | }}
Frontend
{{#if: | {{{Frontend Notes}}}
| }}{{#if: | URL: [{{{Frontend URL}}} {{{Frontend URL}}}] {{#if: | ({{{Frontend Type}}}) | }} | }}
Backend
{{#if: | {{{Backend Notes}}}
| }}{{#if: | URL: [{{{Backend URL}}} {{{Backend URL}}}] ({{{Backend Type}}}) | }}
<templatedata> { "params": { "Repository URL": { "type": "string" }, "Repository Provider": { "type": "string", "suggestedvalues": [ "GitHub", "Parasol Island (GitLab)" ] }, "Deployment Strategy": { "description": "Description of the deployment strategy", "example": "The stage branch gets automatically deployed on Stage upon push.", "type": "string" } }, "description": "Repository Setup and Deployment Strategy. Includes Headline.", "paramOrder": [ "Repository Provider", "Repository URL", "Deployment Strategy" ] } </templatedata>