Skip to content

Commit

Permalink
Setup deploy on Fly
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrick95 committed Aug 27, 2022
1 parent e5542b9 commit a3b7406
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]

jobs:
deploy:
deploy-gh-pages:

runs-on: ubuntu-latest

Expand All @@ -29,3 +29,14 @@ jobs:
with:
branch: gh-pages
folder: app/dist

deploy-fly:

runs-on: ubuntu-latest
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
File renamed without changes.

0 comments on commit a3b7406

Please sign in to comment.