File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ docker-compose down
142142 <pre ><code > const args: string[] = [
143143 '--no-sandbox',
144144 '--disable-setuid-sandbox'
145- c ];</code ></pre >
145+ ];</code ></pre >
146146#### Setting up Heroku
147147``` shell
148148# To start
@@ -174,7 +174,7 @@ Back to the terminal that you left open.
1741743 . Then type ` git add . `
1751754 . Once that finishes paste ` git commit -am "COMMITMESSAGE" ` , replacing ` COMMITMESSAGE ` with whatever commit message you'd like. This doesn't matter much.
1761765 . The last thing to do in the terminal is to push your repo to Heroku
177- 1 . Paste ` git push heroku master `
177+ 1 . Paste ` git push heroku main `
178178 1 . This will take a while
179179#### Final steps
1801801 . On your Heroku app, click on the tab ` Resources `
You can’t perform that action at this time.
0 commit comments