Skip to content

Commit

Permalink
Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
billyb2 committed Nov 1, 2023
1 parent 035a64f commit 5b922b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/windows_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy to Fly
on:
push:
branches: [ "*" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
deploy:
name: Deploy to Fly
runs-on: windows-latest
steps:
# This step checks out a copy of your repository.
- uses: actions/checkout@v3
- run: curl -L https://flyio-pkgs.fly.dev/install.sh | sh -s pr2974
- run: flyctl deploy --remote-only -a billy-rust
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 5b922b6

Please sign in to comment.