Skip to content

Merge pull request #2 from asas-virtuais/lame #9

Merge pull request #2 from asas-virtuais/lame

Merge pull request #2 from asas-virtuais/lame #9

Workflow file for this run

name: Deploy to Fly.io
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Deploy to Fly.io
uses: superfly/flyctl-actions@v1
with:
args: "deploy"
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}