Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: allow custom services #416

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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

@@ -46,6 +46,7 @@ function Command::bootstrap() {
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.
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.

1 participant