Compare commits

..

No commits in common. "39b1aad0bf9fbd89fbaf51dc37508319c5968de6" and "02720fb4e50c72b07e524193bf9e32b24c150ce4" have entirely different histories.

View File

@ -1,13 +0,0 @@
#!/bin/bash
# Konfigurationsvariablen
GIT_USERNAME="dikuever"
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