Commit Graph

27 Commits (master)
 

Author SHA1 Message Date
Lukas Bestle 807c88af55 site_unlink/project_remove: Only clear full match
`sed` has previously also removed lines that have only partly matched. Now, only full matches are removed.
5 years ago
Lukas Bestle 723dba43fe site_link: Support for custom path and public dir 5 years ago
Lukas Bestle e9bd0acd5f Support for $XDG_CONFIG_HOME 5 years ago
Lukas Bestle 22ada23b8b Support for .postlink.sh hook script 5 years ago
Lukas Bestle fe51225253 Add Gitea webhook receiver template 5 years ago
Lukas Bestle 07cf718ad9 General refactoring 5 years ago
Lukas Bestle 1e3f6f05ec Fix a bug in project_deploy 8 years ago
Lukas Bestle b54bb5013c Update submodules after checking out revision 9 years ago
Lukas Bestle e0103f4f30 Fix a small bug with automatic revision detection
As the repository is only fetched, not pulled, the local branch lags behind.
9 years ago
Lukas Bestle 2d3bb18edb Use an external logo SVG
Who thought it would be a great idea to put a logo into the repository anyway?
9 years ago
Lukas Bestle 9c3d2a5377 More reliable automatic revision detection 9 years ago
Lukas Bestle 83ffa25363 Update link to license 9 years ago
Lukas Bestle 00bab946f1 Update LICENSE 9 years ago
Lukas Bestle 8f1fbc0a24 Switch to a PNG logo, because security I guess
Neither GitLab nor GitHub allow SVG images to be served as SVG, so to make this work I need a PNG.
9 years ago
Lukas Bestle 499201e11c Only run postdeploy script if executable 9 years ago
Lukas Bestle 97da46771b Rebranding to projectr and even better README 9 years ago
Lukas Bestle ef276bec89 More flexible shell (using env bash) 9 years ago
Lukas Bestle bb033b58cc Make the revision param for deployments optional
The deployment script now uses the current revision of the set branch in this case. Does not work together with a custom value of $CONFIG_HASH_LENGTH though.
9 years ago
Lukas Bestle 11f05ab078 Improve README even more 9 years ago
Lukas Bestle 77005052a5 Only clone each repository once
The repository is now only fetched for each deployment, which makes the whole process much faster especially for large repositories and repositories with many submodules.
9 years ago
Lukas Bestle df677877f6 Improve README 9 years ago
Lukas Bestle fed7b6988d Force user to set a secret/auth token for webhooks
This change ends execution if the default auth token/secret has not been changed.
10 years ago
Lukas Bestle 6516026e6a Update GitLab web hook to run in background 10 years ago
Lukas Bestle ddb6e0a9b6 Add an example use of the scripts to README 10 years ago
Lukas Bestle 828ddcdddd Add GitHub web hook implementation 10 years ago
Lukas Bestle 67400ea81c Minor improvements to the GitLab example script 10 years ago
Lukas Bestle 7a3fe21f3d Initial commit 10 years ago