github-action-ssh-docker-compose
github-action-ssh-docker-compose copied to clipboard
Simple github action to run docker-compose on remote host.
Added additional input to allow the customization of excludes when packaging the tar. This is useful to exclude other folders like .github, .vscode, or any other from the packaging to...
- actions/chockout@v2 > - actions/checkout@v2
It would be nice to be able to rollback a deploy using a docker-compose down. This way it would be clean
Is it possible to start only one or a few service(s) in compose file instead of all services? Like `docker compose up my_service`.