azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
898 stars 63 forks source link

After initial azk deploy, subsequent deploys ask for password from git #626

Closed patrickleet closed 8 years ago

patrickleet commented 8 years ago
➜  elite git:(master) azk deploy
git@111.111.11.111's password:

From googling around it looks like the remote server needs access to git, which is a private repository.

Seems like it could be something like using SSH Agent Forwarding? https://developer.github.com/guides/using-ssh-agent-forwarding/

gullitmiranda commented 8 years ago

@patrickleet this problem is related to azk-deploy. Can you open a issue there?

https://github.com/azukiapp/docker-deploy/issues

patrickleet commented 8 years ago

Thanks, opened there.

https://github.com/azukiapp/docker-deploy/issues/18