We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, (summary of discussions with @alekcz)
pcp can be used to deploy sites from git. This issue summarizes some ideas / solutions on how to achieve that.
Current proposal:
pcp should wrap/rely on the native git command line for git operations. This is much better than integrating jgit which can have compatibility issue.
Going forward, git client is assumed to be installed on the host for this feature.
There are a few solutions here:
See more information:
Checking for updates can be done via
Polling can be done via a cron job that
Update can be triggered by an API event (webhook)
The text was updated successfully, but these errors were encountered:
This functionality can be provided by publishing a docker image on top of the bare bones pcp docker image.
docker pull pcp:123 docker pull pcp:123-git-sync
Sorry, something went wrong.
No branches or pull requests
Hi,
(summary of discussions with @alekcz)
pcp can be used to deploy sites from git.
This issue summarizes some ideas / solutions on how to achieve that.
Current proposal:
pcp should wrap/rely on the native git command line for git operations.
This is much better than integrating jgit which can have compatibility issue.
Going forward, git client is assumed to be installed on the host for this feature.
Provide access to private git repositories
There are a few solutions here:
See more information:
Repo sync
Checking for updates can be done via
Polling can be done via a cron job that
** https://github.com/muesli/gitomatic
** https://github.com/Kriechi/git-monitor
** https://github.com/ivanwills/git-workflow-tools/blob/master/lib/App/Git/Workflow/Command/Watch.pm
** https://github.com/clj-jgit/clj-jgit (perhaps)
** https://gist.github.com/CraZySacX/10138634
Update can be triggered by an API event (webhook)
The text was updated successfully, but these errors were encountered: