Automatischer Commit
This commit is contained in:
parent
1b9e210fc0
commit
8470c95c38
14
gitmove.sh
Executable file
14
gitmove.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Konfigurationsvariablen
|
||||
GIT_USERNAME="dikuever"
|
||||
GIT_TOKEN="12.14Z_DsdlS"
|
||||
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