Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-03 10:26:44 -05:00 committed by GitHub
parent a32e86419f
commit 8e3bea2a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ then
fi fi
# Commits the data to Github. # Commits the data to Github.
git add -f $FOLDER && git add -f $FOLDER && \
git commit -m "Deploying $(date +"%T")" && \ git commit -m "Deploying $(date +"%T")" && \
git push origin `git subtree split --prefix $FOLDER master`:$BRANCH --force git push origin `git subtree split --prefix $FOLDER master`:$BRANCH --force