Deploy to Heroku

This commit is contained in:
dzikafoczka 2024-10-23 18:32:10 +02:00
parent ef83de9752
commit 6b103da1f2
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ heroku addons:create heroku-postgresql:essential-0 --app s464863-gitea
heroku git:remote --app s464863-gitea
git add .
git commit -m "Deploy to Heroku"
git push heroku master
git push heroku main
# Open the app in the browser
heroku open --app s464863-gitea

View File

@ -1 +1 @@
https://s464863-gitea-c39db320a0e5.herokuapp.com/
https://s464863-gitea-e15158cd4399.herokuapp.com/