You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a new Heroku account for our group and I'll share credentials in a safer medium.
I also deployed our current app on Heroku, so the app is up and running. Here's the URL: https://mentalhealth-in-tech.herokuapp.com/
There are a few steps (which I'll list below) that you need to follow if you want to deploy new changes.
To use Heroku CLI locally you need to run the commands below in your terminal:
Install Heroku: brew tap heroku/brew && brew install heroku
Login in our Heroku account: heroku login
Use login credentials that I already sent you
Clone your local repo to heroku: heroku git:clone -a mentalhealth-in-tech
And/Or add heroku as a remote repo: heroku git:remote -a mentalhealth-in-tech
Deploy local changes to heroku (deployment will take a few minutes): git push heroku main
The commands from steps 1, 2, 3 should be run just once, and you run the command from step 4 every time you want to deploy new code to Heroku.
Once the deployment is finished and you refresh the browser you should be able to see new changes in the online app.
The text was updated successfully, but these errors were encountered:
Hi team 👋
I created a new Heroku account for our group and I'll share credentials in a safer medium.
I also deployed our current app on Heroku, so the app is up and running. Here's the URL: https://mentalhealth-in-tech.herokuapp.com/
There are a few steps (which I'll list below) that you need to follow if you want to deploy new changes.
To use Heroku CLI locally you need to run the commands below in your terminal:
brew tap heroku/brew && brew install heroku
heroku login
heroku git:clone -a mentalhealth-in-tech
heroku git:remote -a mentalhealth-in-tech
git push heroku main
The commands from steps 1, 2, 3 should be run just once, and you run the command from step 4 every time you want to deploy new code to Heroku.
Once the deployment is finished and you refresh the browser you should be able to see new changes in the online app.
The text was updated successfully, but these errors were encountered: