Skip to content

Commit

Permalink
use the new branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed May 12, 2022
1 parent 090d38b commit 6bd96de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd ./dist
git init
git add .
git commit -m 'push to gh-pages'
git push --force [email protected]:anvaka/fieldplay.git master:gh-pages
git push --force [email protected]:anvaka/fieldplay.git main:gh-pages
cd ../
git tag `date "+release-%Y%m%d%H%M%S"`
git push --tags

0 comments on commit 6bd96de

Please sign in to comment.