Skip to content

building the state machine wrapper for the Valkyrie core #4

building the state machine wrapper for the Valkyrie core

building the state machine wrapper for the Valkyrie core #4

Workflow file for this run

name: Deploy ASP.net Server to Fly
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
jobs:
deploy:
name: Deploy App
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}