Skip to content

Sets up a git bare repo that can be used to run custom scripts when pushed to. Useful for doing simple CI/CD

Notifications You must be signed in to change notification settings

jritsema/git-push-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

git-push-backend

Sets up a git bare repo that can be used to run custom scripts when pushed to. Useful for doing simple CI/CD.

usage

run the following on your server

./git-push-backend /Users/foo/my-app
Initialized empty Git repository in /Users/foo/my-app.git/

add an executable `build.sh` script to your repo

to execute, run the following:

git remote add build /Users/foo/my-app.git
git push build main

About

Sets up a git bare repo that can be used to run custom scripts when pushed to. Useful for doing simple CI/CD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages