Skip to content

fix: pin PostgreSQL to v18 and update volume mount path (#30) #4

fix: pin PostgreSQL to v18 and update volume mount path (#30)

fix: pin PostgreSQL to v18 and update volume mount path (#30) #4

Workflow file for this run

name: Deploy to Testnet
on:
push:
branches:
- dev
concurrency:
group: deploy-testnet
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Fly.io CLI
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to Fly.io
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}