docker-remote-deployment-action
docker-remote-deployment-action copied to clipboard
Which information I should insert into this variable? the known hosts of my machine or I need a public ssh key from the private key from the ec2 instance? and...
Hello, Am trying to use this action to deploy my containers with docker-compose. Here my `ci` file ``` dev_deploy: runs-on: ubuntu-latest steps: - name: Start Deployments uses: TapTap21/[email protected] with: remote_docker_host:...
What is the difference between this action and the [original](https://github.com/wshihadeh/docker-deployment-action)? I suggest it be written on the [MarketPlace page](https://github.com/marketplace/actions/docker-compose-remote-deployment).
Hey, I needed to use multiple .yml files so I implemented this. It's been [running successfully](https://github.com/kitspace/kitspace-v2/runs/2261078573?check_suite_focus=true#step:7:1323) from [this yaml](https://github.com/kitspace/kitspace-v2/blob/d2825ac29e6426be335383071427477f76d2bb01/.github/workflows/publish-docker-images.yml#L131-L156). It does change one behavior slightly. By default it now calls...
If running on a self-hosted runner, the docker context continue existing, and further actions crashes. This removes the context at the end of the run.