Update heroku scripts
This commit is contained in:
parent
c3a2a60ba9
commit
f693ef13cd
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue