Automatischer Commit
This commit is contained in:
parent
02720fb4e5
commit
bfd4e77323
13
gitmove.sh
Executable file
13
gitmove.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Konfigurationsvariablen
|
||||||
|
GIT_USERNAME="dikuever"
|
||||||
|
REPO_URL="https://mygitea.ddns.net/dikuever/pihole.git"
|
||||||
|
|
||||||
|
# Git-Repo mit Token in der URL
|
||||||
|
git remote set-url origin https://${GIT_USERNAME}:${GIT_TOKEN}@${REPO_URL}
|
||||||
|
|
||||||
|
# Änderungen pushen
|
||||||
|
git add .
|
||||||
|
git commit -m "Automatischer Commit"
|
||||||
|
git push origin master
|
Loading…
Reference in New Issue
Block a user