Skip to content

create simple http interface to global brain service (#65) #92

create simple http interface to global brain service (#65)

create simple http interface to global brain service (#65) #92

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-22.04 # https://github.com/actions/runner-images?tab=readme-ov-file#available-images
env:
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}
EARTHLY_SATELLITE: ${{ secrets.EARTHLY_SATELLITE }}
EARTHLY_ORG: ${{ secrets.EARTHLY_ORG }}
EARTHLY_CI: true
GITHUB_ACTIONS: true # Better earthly outputs in github actions
FORCE_COLOR: 1
steps:
- uses: earthly/actions-setup@v1
with:
version: v0.8.10
- uses: actions/checkout@v4
- name: Run build
run: earthly --output +ci-deploy
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: app/dist
clean: true # keep old files if not overridden
single-commit: true # don't keep history