Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

chore(deps): bump github.com/eko/gocache/lib/v4 from 4.1.4 to 4.1.5 (… #209

chore(deps): bump github.com/eko/gocache/lib/v4 from 4.1.4 to 4.1.5 (…

chore(deps): bump github.com/eko/gocache/lib/v4 from 4.1.4 to 4.1.5 (… #209

Workflow file for this run

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