Compare commits
No commits in common. "2e5c2478f046d692c8cf7fe9c580eaf398c242fc" and "bce56be33ea99c583c562401077022c415fa131e" have entirely different histories.
2e5c2478f0
...
bce56be33e
|
@ -1,18 +0,0 @@
|
||||||
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