Created
July 1, 2022 22:09
-
-
Save HectorBlisS/4bdfd46c2184c374670ab43b123ce67d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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