Skip to content

Commit

Permalink
Update names
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Apr 21, 2023
1 parent 08005bf commit 2367706
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install Wasp
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: wasp deploy fly deploy
- name: Install Flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy
run: wasp deploy fly deploy
env:
FLY_API_TOKEN: ${{ secrets.FLY_TOKEN }}

0 comments on commit 2367706

Please sign in to comment.