Skip to content

Commit 899f4b0

Browse files
committed
Install flyctl first, refs #45
1 parent d4b482d commit 899f4b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
run: |-
4949
wget https://niche-museums.fly.dev/browse.db
5050
./build.sh
51+
- name: Install Fly
52+
run: |
53+
curl -L https://fly.io/install.sh | sh
5154
- name: Deploy to Fly
5255
env:
5356
FLY_API_TOKEN: ${{ secrets.FLY_TOKEN }}

0 commit comments

Comments
 (0)