Skip to content

Release 0.1.86

Release 0.1.86 #1314

Workflow file for this run

name: Chaindesk on Fly.io
on:
workflow_dispatch:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
# push:
# branches:
# - main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --build-arg SCOPE=dashboard --remote-only --config fly/fly.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}