Update heroku scripts

This commit is contained in:
Ramon Wenger 2022-10-24 15:31:56 +02:00
parent c3a2a60ba9
commit f693ef13cd
2 changed files with 2 additions and 1 deletions

View File

@ -15,3 +15,4 @@ heroku buildpacks:add --app $app heroku/python
heroku buildpacks:add --app $app heroku-community/awscli
heroku buildpacks:add --app $app heroku-community/cli
heroku addons:attach papertrail-shaped-25288 --app $app
heroku pg:backups:schedule --app $app --at '01:00 UTC'

View File

@ -6,5 +6,5 @@ heroku apps:create \
--team skillbox \
--region eu \
--stack heroku-20 \
--addons heroku-postgresql:hobby-basic,papertrail:choklad,scheduler:standard \
--addons heroku-postgresql:hobby-basic,scheduler:standard \
$app