Skip to content

Merge pull request #13 from frostu8/show-non-existant-links #10

Merge pull request #13 from frostu8/show-non-existant-links

Merge pull request #13 from frostu8/show-non-existant-links #10

Workflow file for this run

name: Deploy to Fly.io
on:
push:
branches: [ "main" ]
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to fly
id: deployment
run: |
flyctl deploy -a inferno --remote-only | tail -n 1 >> $GITHUB_STEP_SUMMARY
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}