Skip to content

Merge branch 'main' of github.com:NEAR-DevHub/neardevhub-api-rs into … #90

Merge branch 'main' of github.com:NEAR-DevHub/neardevhub-api-rs into …

Merge branch 'main' of github.com:NEAR-DevHub/neardevhub-api-rs into … #90

Workflow file for this run

# # See https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/

Check failure on line 1 in .github/workflows/fly-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fly-deploy.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: deploy
name: Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy Applications
runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: superfly/flyctl-actions/setup-flyctl@master
# - name: Deploy Devhub
# run: flyctl deploy --remote-only -c fly.toml
# env:
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
# - name: Deploy Infra
# run: flyctl deploy --remote-only -c fly.infra.toml
# env:
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
# - name: Deploy Events
# run: flyctl deploy --remote-only -c fly.events.toml
# env:
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
# - name: Deploy Templar
# run: flyctl deploy --remote-only -c fly.templar.toml
# env:
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}