Compare commits

..

2 Commits

Author SHA1 Message Date
Emilia Allison 2e5c2478f0
Try rename dir 2023-12-30 12:29:18 -05:00
Emilia Allison f18543b248
First workflow test 2023-12-30 12:28:15 -05:00
1 changed files with 18 additions and 0 deletions

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