Compare commits

..

No commits in common. "505d1d6e2783a2fda90f0e723a650054e76bee90" and "1b9e210fc0532d8d0b11b73b72cf138c5f05fea5" have entirely different histories.

View File

@ -1,14 +0,0 @@
#!/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