Skip to content

Merge pull request #89 from moeyashi/dependabot/npm_and_yarn/postgres… #29

Merge pull request #89 from moeyashi/dependabot/npm_and_yarn/postgres…

Merge pull request #89 from moeyashi/dependabot/npm_and_yarn/postgres… #29

Workflow file for this run

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