Skip to content

wip fix fly_io deploy #31

wip fix fly_io deploy

wip fix fly_io deploy #31

Workflow file for this run

name: Release - build & publish modules and server, build & publish docker containers
on:
push:
branches:
- fly_io
tags:
- 'v*'
workflow_dispatch:
jobs:
deploy_fly:
runs-on: ubuntu-latest
steps:
- name: Setup flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy demo.signalk.org at fly.io
working-directory: ${{ github.workspace }}/fly_io/demo_signalk_org
run: flyctl deploy --remote-only --build-arg SK_VERSION=${{ steps.vars.outputs.tag }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}