Git-Auto-Deploy
Git-Auto-Deploy copied to clipboard
Not working in Docker
I tried to start it by Docker, but it exited on error code 0 without any messages or error codes.
> docker-compose up
Starting kmtravel_deployer_1
Attaching to kmtravel_deployer_1
kmtravel_deployer_1 exited with code 0
docker-compose.yml seem like:
deployer:
image: qnch/github-gitlab-auto-deploy
environment:
GAD_REPO_URL: [email protected]:my/repo.git
GAD_REPO_DEPLOY: pwd
I know it propably will need SSH keys and maybe some other settings, but it should tell what it needs or print some error messages.
I'm not using GAD with docker myself, so I'm not sure on how to test this or how to reproduce the issue..
Could you provide instructions on how to run GAD with docker?
@olipo186 Instructions are in the first comment :-)
@iBobik You can try our docker implementation of GAD. In start.sh is work-around of https://github.com/olipo186/Git-Auto-Deploy/issues/145 but its not ideal.
SSH deployment actually isn't working in this image.