Deploy to Heroku
This commit is contained in:
parent
6b103da1f2
commit
2973491b91
@ -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
|
||||
|
@ -1 +1 @@
|
||||
https://s464863-gitea-e15158cd4399.herokuapp.com/
|
||||
https://s464863-gitea-8d04ad5317e1.herokuapp.com/
|
||||
|
Loading…
Reference in New Issue
Block a user