added auto-signed commits hopefully
This commit is contained in:
4
gpush
4
gpush
@@ -14,6 +14,10 @@ if [[ -z "$token" ]]; then
|
||||
printf 'Failed to get token.\n'
|
||||
exit 1
|
||||
fi
|
||||
gpg_key='75D6600BEF4E8E8F'
|
||||
git config user.signingkey "$gpg_key"!
|
||||
git config commit.gpgsign true
|
||||
|
||||
url="https://luke:${token}@git.drheck.dev/luke/${project}.git"
|
||||
if [[ "$project" == 'pass' ]]; then
|
||||
if [[ -n "$@" ]]; then
|
||||
|
Reference in New Issue
Block a user