How can one execute a rolling update on a docker swarm service on demand?
My scenario: I have a Github Action that will test my code, build the docker containers and pull to Docker Hub. After all this I want to do rolling update to a specific swarm service.
How can this be done?