From f18543b248ba33a1796d2824bc09cbb68c7423a4 Mon Sep 17 00:00:00 2001 From: Emilia Date: Sat, 30 Dec 2023 12:28:15 -0500 Subject: [PATCH] First workflow test --- .github/workflows/beta-deploy.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/beta-deploy.yaml diff --git a/.github/workflows/beta-deploy.yaml b/.github/workflows/beta-deploy.yaml new file mode 100644 index 0000000..f051b54 --- /dev/null +++ b/.github/workflows/beta-deploy.yaml @@ -0,0 +1,18 @@ +name: Beta Deploy +on: + push: + branches: + - beta-release + +jobs: + Compile-Plate-Tool: + runs-on: linux_arm + steps: + - run: echo "Preparing to compile plate-tool" + - name: Check out repo code + uses: actions/checkout@v4 + with: + ref: "beta-release" + run: | + echo "Checkout complete." + trunk build --release --public-url "cool-stuff/plate-tool-beta/"