-
-
Notifications
You must be signed in to change notification settings - Fork 12
Deployment action hangs forever #206
Copy link
Copy link
Open
Description
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/actions-clever-cloud@v1.3.1
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.
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,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels