Skip to content

Instantly share code, notes, and snippets.

@HectorBlisS
Created July 1, 2022 22:09
Show Gist options
  • Save HectorBlisS/4bdfd46c2184c374670ab43b123ce67d to your computer and use it in GitHub Desktop.
Save HectorBlisS/4bdfd46c2184c374670ab43b123ce67d to your computer and use it in GitHub Desktop.
name: Fly Deploy
on:
push:
branches:
- master
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy -a tu_proyecto --remote-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment