Skip to content

i didnt add the package apparently >.< (i swear i did, zsh fucked me … #535

i didnt add the package apparently >.< (i swear i did, zsh fucked me …

i didnt add the package apparently >.< (i swear i did, zsh fucked me … #535

Workflow file for this run

name: Fly.io Deploy
concurrency: production_deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}