Skip to content

Merge pull request #5 from tofran/session-extending-improvements #11

Merge pull request #5 from tofran/session-extending-improvements

Merge pull request #5 from tofran/session-extending-improvements #11

Workflow file for this run

name: Deploy Demo Project
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-and-deploy:
name: Build and deploy
concurrency:
group: ${{ github.ref }}
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to fly
run: flyctl --config ./demo/fly.toml deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}