superfly / flyctl-actions

:octocat: GitHub Action that wraps the flyctl
Apache License 2.0
260 stars 33 forks source link

[GitHub Actions] No deployment available to monitor error #27

Closed pobidowski closed 1 year ago

pobidowski commented 1 year ago

Today I was starting to get those messages in GitHub Actions

==> Monitoring deployment
Error 1 error occurred:
    * No deployment available to monitor

Deployment process works fine and I think app sends signal to actions:

2022-10-28T08:51:11.015 app[911ce6a6] syd [info] Sending signal SIGINT to main child process w/ PID 520

Is something changed? Now every actions fails even if deployment works fine.

iensu commented 1 year ago

We are seeing the same issue

desprit commented 1 year ago

From yesterday:

--> You can detach the terminal anytime without stopping the deployment
==> Monitoring deployment
Error 1 error occurred:
    * No deployment available to monitor
Error: Process completed with exit code 1.

Config is standard:

      - uses: superfly/flyctl-actions/setup-flyctl@master
      - name: Deploy
        run: flyctl deploy
        working-directory: server