Skip to content

Commit

Permalink
Remove an useless thing
Browse files Browse the repository at this point in the history
  • Loading branch information
nenokkadine committed Apr 25, 2021
1 parent 2e5dc4a commit 5331e62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion heroku/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ if [[ -n "$APP_SUC" ]]; then
#Config File
if [[ -n "$BOT_TOKEN" && -n "$AUTH_CHATS" ]]; then
heroku config:set -a "$HEROKU_APP" BOT_TOKEN="$BOT_TOKEN" AUTH_CHATS="$AUTH_CHATS" APP_NAME="$HEROKU_APP"
heroku ps:scale web=1 -a "$HEROKU_APP"
else
echo "Bot Token, Auth Chats not Provided Exiting , For Info Read Readme"
exit 2
Expand Down

0 comments on commit 5331e62

Please sign in to comment.