Skip to content

Commit

Permalink
Deploy app on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
jopijuco committed Jan 25, 2024
1 parent bcbe1f9 commit cd26753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn start
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "yarn build && next start",
"lint": "next lint",
"export": "next export",
"deploy": "next build && touch ./public/.nojekyll && git add out/ -f && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages"
Expand Down

0 comments on commit cd26753

Please sign in to comment.