Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck on deploying #36

Open
furkansahin opened this issue Apr 16, 2016 · 5 comments
Open

Stuck on deploying #36

furkansahin opened this issue Apr 16, 2016 · 5 comments

Comments

@furkansahin
Copy link

furkansahin commented Apr 16, 2016

Hey! I appreciate your work, it's an awesome and useful one. However, when I try to use it in my server - repo connection, I don't know the reason but it is stuck on deploying as you can see from the screenshot. Github says the delivery is successful, but I couldn't resolve the problem.
screen shot 2016-04-16 at 13 55 30

@and-jan
Copy link

and-jan commented Jun 14, 2016

I also had the same problem, as it turns out, you may want to git pull instead of git fetch.
Just replace it in line 83 of GitAutoDeploy.py.

Actually i have no idea why there is just a git fetch in the script.

@ThomDietrich
Copy link

ThomDietrich commented Jun 19, 2016

had the same problem, check out my pull request #29 solving it. It's a shame it was not merged yet
Enjoy ;)

@fiantinangon
Copy link

hi @ThomDietrich i use your pull request about this problem but i still have the same issue
stuck here

dev@scarlet:~/Github-Auto-Deploy$ python GitAutoDeploy.py
Github Autodeploy Service v0.2 started
192.30.252.42 - - [18/Mar/2017 16:15:22] "POST / HTTP/1.1" 204 -

@ThomDietrich
Copy link

@fiantinangon I haven't used the script for a while. You should add some debugging to the script to find the point of error. It's probably easy to find...

@fiantinangon
Copy link

@ThomDietrich i finally fix the issue, the issue is on

if(repository['url'] == repoUrl):
                res.append(repository['path'])

my conf repository url using .git on the url :) and the repoUrl from git response not use .git on the last URL , finally i simply change my config and change the url to follow new url from git response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants