Skip to content

Commit

Permalink
Update GitHub deploy script for reusability
Browse files Browse the repository at this point in the history
  • Loading branch information
Reese Schultz committed Aug 26, 2020
1 parent 125ceae commit 6c8770c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ npm run build

cd dist

echo "reeseschultz.github.io" > CNAME
# uncomment the below line and update it appropriately if using a custom domain
# echo "your site dot com" > CNAME

git init
git add -A
git commit -m 'Deploy'

# update the below line with your repository and preferred branches
git push -f [email protected]:reeseschultz/11r.git master:gh-pages

cd -

0 comments on commit 6c8770c

Please sign in to comment.