This commit is contained in:
JustArchi
2018-03-01 04:39:42 +01:00
parent 17d2c7901c
commit 9ada82d73c

View File

@@ -20,6 +20,7 @@ while read FILE; do
done < <(find "$OUTPUT" -mindepth 1 -maxdepth 1)
git reset
git add -A .
git add -A -f "$OUTPUT"
git commit -m "WebConfigGenerator build"
git push