Deploy to Heroku

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

View File

@ -9,7 +9,7 @@ fi
APP_NAME=s464863-gitea
# Create a new Heroku app
WEB_URL=$(heroku create --stack heroku-24 --region eu $APP_NAME --json | jq -r '.web_url')
WEB_URL=$(heroku create --stack container --region eu $APP_NAME --json | jq -r '.web_url')
echo $WEB_URL > heroku-app.txt
# Add Heroku Postgres add-on

View File

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