You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. Here's the fly-deploy.yml that was generated by fly launch:
# See https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/name: Fly Deployon:
push:
branches:
- mainjobs:
deploy:
name: Deploy appruns-on: ubuntu-latestconcurrency: deploy-group # optional: ensure only one action runs at a timesteps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-onlyenv:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
Nothing out of the ordinary. When I run flyctl deploy --remote-only or fly deploy locally the build goes through fine. But when I run from an action, I get the following output for the run flyctl deploy --remote-only step:
Hi there. Here's the fly-deploy.yml that was generated by
fly launch
:Nothing out of the ordinary. When I run
flyctl deploy --remote-only
orfly deploy
locally the build goes through fine. But when I run from an action, I get the following output for therun flyctl deploy --remote-only
step:Details
Let me know if there's something I can/should change to debug. Thanks!
The text was updated successfully, but these errors were encountered: