#!/bin/bash name=$1 app=$name heroku apps:create \ --team skillbox \ --region eu \ --stack heroku-20 \ --addons heroku-postgresql:basic,scheduler:standard \ $app