-
Notifications
You must be signed in to change notification settings - Fork 4
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
Labels
enhancement
New feature or request
Comments
justb4
added a commit
that referenced
this issue
May 25, 2021
justb4
added a commit
that referenced
this issue
May 25, 2021
justb4
added a commit
that referenced
this issue
May 25, 2021
justb4
added a commit
that referenced
this issue
May 25, 2021
justb4
added a commit
that referenced
this issue
May 25, 2021
justb4
added a commit
that referenced
this issue
May 25, 2021
justb4
added a commit
that referenced
this issue
May 25, 2021
justb4
added a commit
that referenced
this issue
May 25, 2021
Done and working now, see some docu: https://github.com/Geonovum/ogc-api-testbed#selective-redeploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: