Skip to content

EXPLORE

EXPLORE #1045

Workflow file for this run

name: Deploy
# TODO concurrency
on:
push:
jobs:
Build:
uses: ./.github/workflows/build.yml
with:
environment: staging # TODO didn't work, investigate