Skip to content

run build to fix failing deploy - https://github.com/opiruyan/Balance… #4

run build to fix failing deploy - https://github.com/opiruyan/Balance…

run build to fix failing deploy - https://github.com/opiruyan/Balance… #4

Workflow file for this run

name: 🎈 Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: 🚀 Deploy
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: 🎈 Setup Fly
uses: superfly/flyctl-actions/setup-flyctl@master
- name: 🚀 Deploy Production
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}