olipo186 / Git-Auto-Deploy

Deploy your GitHub, GitLab or Bitbucket projects automatically on Git push events or webhooks using this small HTTP server written in Python. Continuous deployment in it's most simple form.

Home Page:http://olipo186.github.io/Git-Auto-Deploy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debian 8 x64 PPA repository

Jeckerson opened this issue · comments

W: Failed to fetch http://ppa.launchpad.net/olipo186/git-auto-deploy/ubuntu/dists/jessie/main/binary-amd64/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

Check out this issue, it might help you #110

Yes it helped

nano /etc/apt/sources.list.d/olipo186-git-auto-deploy-jessie.list

Change from:

deb http://ppa.launchpad.net/olipo186/git-auto-deploy/ubuntu jessie main

To:

deb http://ppa.launchpad.net/olipo186/git-auto-deploy/ubuntu trusty main
apt-get update
apt-get install git-auto-deploy

Great that it worked out, I'll reference this from the docs