Skip to content

Conversation

@uwej711
Copy link

@uwej711 uwej711 commented Feb 22, 2023

Description

With this PR you can add services to your environemt, by adding them to the services section in deploy.yml. Necessary templates have to be added at project level in directory config/custom-services-templates.

Change log

  • Make it possible to add custom services through deploy.yml by adding the corresponding templates to the project

Checklist

  • [ x] I agree with the Code Contribution License Agreement in CONTRIBUTING.md

@uwej711 uwej711 force-pushed the feature/custom-services branch from 3490011 to 3c6101b Compare February 23, 2023 10:34
local defaultProjectYaml=$([ -f "./deploy.local.yml" ] && echo -n "./deploy.local.yml" || echo -n "./deploy.yml")
local projectYaml=${1:-${defaultProjectYaml}}
local projectDeployTemplatesDirectory="./config/deploy-templates/"
local customServicesTemplatesDirectory="./config/custom-services-templates/"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to remove this ...

With this PR you can add services to your environemt, by adding them to
the services section in deploy.yml. Necessary templates have to be added
at project level in directory config/custom-services-templates.
@uwej711 uwej711 force-pushed the feature/custom-services branch from 3c6101b to 1fa1b0e Compare February 23, 2023 10:39
@alexanderM91 alexanderM91 mentioned this pull request Jan 9, 2026
1 task
@alexanderM91
Copy link
Collaborator

Hi @uwej711,

I hope this PR #601 will be useful.

Thank you, and I wish you a great end to the week.

Best regards,
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants