Skip to content

Commit

Permalink
Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
billyb2 committed Nov 2, 2023
1 parent 035a64f commit 86eb92a
Show file tree
Hide file tree
Showing 2 changed files 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: .\flyctl.exe auth login ${{ secrets.FLY_API_TOKEN }}
- run: .\flyctl.exe deploy --remote-only -a billy-rust
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
Binary file added flyctl.exe
Binary file not shown.

0 comments on commit 86eb92a

Please sign in to comment.