We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b482d commit 899f4b0Copy full SHA for 899f4b0
1 file changed
.github/workflows/push.yml
@@ -48,6 +48,9 @@ jobs:
48
run: |-
49
wget https://niche-museums.fly.dev/browse.db
50
./build.sh
51
+ - name: Install Fly
52
+ run: |
53
+ curl -L https://fly.io/install.sh | sh
54
- name: Deploy to Fly
55
env:
56
FLY_API_TOKEN: ${{ secrets.FLY_TOKEN }}
0 commit comments