Skip to content

feat: change JSON fields to camelCase #23

feat: change JSON fields to camelCase

feat: change JSON fields to camelCase #23

Workflow file for this run

name: CD
on:
push:
tags:
- dev-v*
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}