Skip to content

Commit c2120e5

Browse files
committed
Removes Fly deploy - doesn't seem to be working anymore
1 parent 6008e08 commit c2120e5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,4 @@ jobs:
7575
upload_url: ${{ steps.create_release.outputs.upload_url }}
7676
asset_path: ./pg-api-windows.tar.gz
7777
asset_name: pg-api-windows.tar.gz
78-
asset_content_type: application/gzip
79-
80-
- name: Fly.io deploy
81-
uses: superfly/[email protected]
82-
env:
83-
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
84-
with:
85-
args: 'deploy'
78+
asset_content_type: application/gzip

0 commit comments

Comments
 (0)