Compare commits
2 Commits
1b9e210fc0
...
505d1d6e27
Author | SHA1 | Date | |
---|---|---|---|
505d1d6e27 | |||
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="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