AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflow never completes

BlackBox-cmd opened this issue · comments

The action deployed to Heroku successfully, but hangs on the 'Run akhileshns/heroku-deploy@v3.12.12' step, and never finishes:
image

Here's my Deploy.yml

name: Deploy Bot to Heroku via Github Workflows (US Region)

on: workflow_dispatch

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
heroku_email: ${{secrets.HEROKU_EMAIL}}
usedocker: true
docker_heroku_process_type: web
stack: "container"
region: "us"
env:
HD_telegram_token: ${{secrets.telegram_token}}
HD_user_ids: ${{secrets.user_ids}}
HD_group_ids: ${{secrets.group_ids}}

This started for us today as well - no logs, no output, just hangs for hours