Reset the branch after deploying

This commit is contained in:
2024-02-07 11:03:02 +00:00
parent 6317a37c98
commit 1c71ced995

View File

@@ -40,4 +40,7 @@ for BRANCH in $(git for-each-ref --format='%(refname:short)' refs/heads); do
rm -rf "${TEMP_FOLDER}"
done
echo "</ul>" >> "${INDEX_PAGE}"
echo "</ul>" >> "${INDEX_PAGE}"
# Reset the repo back to main
git reset --hard > /dev/null