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

dockerfile needs .git for build.clj electric-user-version #23

dockerfile needs .git for build.clj electric-user-version

dockerfile needs .git for build.clj electric-user-version #23

Workflow file for this run

name: hyperfiddle/electric-fiddle
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
submodules: recursive
ssh-key: ${{ secrets.HYPERFIDDLE_ORG_DEPLOY_KEY }}
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: NO_COLOR=1 flyctl deploy --build-arg VERSION=$(git describe --tags --long --always --dirty) --build-arg DATOMIC_DEV_LOCAL_USER=$DATOMIC_DEV_LOCAL_USER --build-arg DATOMIC_DEV_LOCAL_PASSWORD=$DATOMIC_DEV_LOCAL_PASSWORD --build-arg hfql_ssh_prv_key="$HFQL_SSH_PRV_KEY" --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
DATOMIC_DEV_LOCAL_USER: ${{ secrets.DATOMIC_DEV_LOCAL_USER }}
DATOMIC_DEV_LOCAL_PASSWORD: ${{ secrets.DATOMIC_DEV_LOCAL_PASSWORD }}