final changes to website

This commit is contained in:
Rohit Tanwar
2018-02-18 12:40:57 +05:30
parent 2cd1349f2a
commit f91a7c3251
6 changed files with 25 additions and 6 deletions

View File

@ -31,6 +31,9 @@ upload_files() {
echo "Pushing to master branch..."
git push --force "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" master > /dev/null 2>&1
echo "Pushing done"
echo "Pushing to website"
git subtree push --prefix website "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" website --force
echo "Pushed to master branch"
git status
fi
fi