Currently the deploy workflow as github action only build the docker image and publish to registry. The current deployment at https://logic.manoel.dev is updated manually using make deploy, which through a ssh command it recreates the container and pull the new image over latest tag.
My server is running behind cloudflare tunnels, maybe I can use this action to do this:
In a previous work, I used webhook portainer hooks to re-create on the fly docker containers. An example can be found here:
Currently the deploy workflow as github action only build the docker image and publish to registry. The current deployment at https://logic.manoel.dev is updated manually using
make deploy, which through a ssh command it recreates the container and pull the new image over latest tag.My server is running behind cloudflare tunnels, maybe I can use this action to do this:
In a previous work, I used webhook portainer hooks to re-create on the fly docker containers. An example can be found here: