Currently, the deployment pipeline only works with DeployScript. Need to be able to:
- automatically detect if the image needs to be pulled from GHCR or DockerHub or pushed to the server via SCP and installed
- execute image pushing, pulling and verification
- startup services on remote and verify health, then detach. This requires:
creating/validating docker-compose files on remote
starting up defined services
Currently, the deployment pipeline only works with
DeployScript. Need to be able to:creating/validating docker-compose files on remote
starting up defined services