First workflow test

This commit is contained in:
Emilia Allison 2023-12-30 12:28:15 -05:00
parent bce56be33e
commit f18543b248
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 18 additions and 0 deletions

18
.github/workflows/beta-deploy.yaml vendored Normal file
View File

@ -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/"