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

Add fine-grained, per-service deployment #9

Closed
justb4 opened this issue May 25, 2021 · 1 comment
Closed

Add fine-grained, per-service deployment #9

justb4 opened this issue May 25, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@justb4
Copy link
Contributor

justb4 commented May 25, 2021

Currently deployment of services/Docker containers on the testbed server VM is automatic on any commit/push to this repo.
A more fine-grained deployment is required: only the Service that has been changed needs to be redeployed.

This can be effected by having GitHub Workflow Actions that in addition to be triggered by a 'push' also filter for changes in a specific directory. e.g. if something in the Traefik dir has been changed only the Traefik Service is redeployed.

@justb4
Copy link
Contributor Author

justb4 commented May 25, 2021

Done and working now, see some docu: https://github.com/Geonovum/ogc-api-testbed#selective-redeploy

@justb4 justb4 closed this as completed May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant