Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Update Readme.md #10

Update Readme.md

Update Readme.md #10

Workflow file for this run

name: hyperfiddle/electric-datomic-viewer
on:
push:
branches:
- "main"
pull_request:
jobs:
deploy:
name: Deploy to Fly.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: NO_COLOR=1 flyctl deploy --build-arg VERSION=$(git describe --tags --long --always --dirty) --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}