Continuous Integration #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Every-time there is an update to a file other than
README.md
there should be a git action that uses a reusable authkey to deploy the service(s) via `docker-compose up -d' and verifies the service is up and healthy./tailscale/config/serve.json
to see what protocols to verifyIf service passes all check apply a certified tag to the repo.
BONUS somehow figure out how to validate the deployment when the service image updates to verify which version of the service works with the supplied configs.