Skip to content

Merge pull request #18 from ApeWorX/fix/dtdang/fly_port #14

Merge pull request #18 from ApeWorX/fix/dtdang/fly_port

Merge pull request #18 from ApeWorX/fix/dtdang/fly_port #14

name: Deploy Backend
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --ha=false --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}