Deploy to Heroku
This commit is contained in:
parent
58b21ce85e
commit
ef83de9752
@ -16,9 +16,10 @@ echo $WEB_URL > heroku-app.txt
|
|||||||
heroku addons:create heroku-postgresql:essential-0 --app s464863-gitea
|
heroku addons:create heroku-postgresql:essential-0 --app s464863-gitea
|
||||||
|
|
||||||
# Push to Heroku
|
# Push to Heroku
|
||||||
|
heroku git:remote --app s464863-gitea
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Deploy to Heroku"
|
git commit -m "Deploy to Heroku"
|
||||||
git push heroku main
|
git push heroku master
|
||||||
|
|
||||||
# Open the app in the browser
|
# Open the app in the browser
|
||||||
heroku open --app s464863-gitea
|
heroku open --app s464863-gitea
|
@ -1 +1 @@
|
|||||||
|
https://s464863-gitea-c39db320a0e5.herokuapp.com/
|
||||||
|
Loading…
Reference in New Issue
Block a user