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

TODOs / Notes to self #1

Open
coolaj86 opened this issue Oct 20, 2020 · 1 comment
Open

TODOs / Notes to self #1

coolaj86 opened this issue Oct 20, 2020 · 1 comment

Comments

@coolaj86
Copy link
Contributor

API Notes

Link to Dropbox Paper doc:
https://www.dropbox.com/scl/fi/54jpjeaqsl4xyddigehkp/git-deploy.paper?dl=0&rlkey=amfpoutjtzwozygvgb38h508s

list remote git tags

This may come in handy:

git ls-remote --tags git@bitbucket.org:ryanburnettecala/test.git

deploy vs access keys

@coolaj86 coolaj86 changed the title notes to self TODOs / Notes to self Oct 20, 2020
@coolaj86
Copy link
Contributor Author

TODO

gitdeploy is intended for use with static websites that are generated after
changes are pushed to a Git repository. This works with sites that are being
edited in code and tracked in Git. Sites that have their content managed with a
headless CMS that pushes to Git are also very well-suited.

gitdeploy supports verified webhooks from Github, Bitbucket, and Gitea.

gitdeploy is written in Go. This means that it's a standalone binary
available on all major operating systems and architectures. It provides an API
with endpoints that handle webhooks, allow for initiation of builds, and getting
the status of builds and build jobs.

gitdeploy comes with a simple interface. The interface be disabled if you
don't want to use it.

gitdeploy also comes with basic authentication via integration with
Pocket ID. Authentication can also be disabled if you
don't want to use it. The built-in interface requires the built-in
authentication.

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

1 participant