Git-Auto-Deploy icon indicating copy to clipboard operation
Git-Auto-Deploy copied to clipboard

Not working in Docker

Open iBobik opened this issue 9 years ago • 3 comments

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.

iBobik avatar Apr 22 '16 15:04 iBobik

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 avatar May 09 '16 17:05 olipo186

@olipo186 Instructions are in the first comment :-)

iBobik avatar May 09 '16 17:05 iBobik

@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.

besir avatar Nov 29 '16 22:11 besir