We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
parse a predefined configuration file from the git repo of an app to auto-link an app to choosen targets
example: ansible_deployment.cfg
ansible_deployment.cfg
app_target_env=production app_target="deploymentserver,deployer" app_site=site1 ...
this way even new apps do not need any manual link anymore which is mandatory currently
The text was updated successfully, but these errors were encountered:
No branches or pull requests
parse a predefined configuration file from the git repo of an app to auto-link an app to choosen targets
example:
ansible_deployment.cfg
this way even new apps do not need any manual link anymore which is mandatory currently
The text was updated successfully, but these errors were encountered: