Skip to content

Deployment action hangs forever #206

@sneko

Description

@sneko

Hi,

For whatever reason, randomly the step of deploying can hangs forever whereas the deployment is effective on Clever Cloud. Does anyone has encountered this issue?

I'm using:

      - name: Deploy to Clever Cloud
        uses: 47ng/[email protected]
        with:
          appID: ${{ env.CLEVER_APP_ID }}
          force: true
          quiet: true # disable copying into GitHub Actions all logs from Clever Cloud
        env:
          CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
          CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}

I have to cancel my run after X hours to free my pipeline. Note in a normal situation it takes around 5 minutes to deploy.

image

A solution to mitigate freezing the pipeline would be to add something like timeout-minutes: 15 to the step so it warns us to check the deployment has worked or not.

Thank you,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions