Skip to content

Commit

Permalink
Update heroku_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoosk committed Nov 6, 2021
1 parent dfd84d9 commit 2c86432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"PASSWORD": "",
"USERS": []
},
"SPOTDL_DOWNLOADER": false,
"SPOTIFYDL_DOWNLOADER": true
}
"SPOTDL_DOWNLOADER": true,
"SPOTIFYDL_DOWNLOADER": false
}
1 change: 1 addition & 0 deletions heroku_deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
heroku create
heroku buildpacks:add --index 1 https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
heroku config:set $(cat .env)
git push heroku master
heroku ps:scale worker=1

0 comments on commit 2c86432

Please sign in to comment.