Compare commits
2 Commits
bce56be33e
...
2e5c2478f0
Author | SHA1 | Date |
---|---|---|
Emilia Allison | 2e5c2478f0 | |
Emilia Allison | f18543b248 |
|
@ -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/"
|
Loading…
Reference in New Issue