This commit is contained in:
parent
1120f4b1f2
commit
d98db6256d
|
@ -16,5 +16,7 @@ jobs:
|
||||||
- name: Compile plate-tool
|
- name: Compile plate-tool
|
||||||
run: |
|
run: |
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
echo "Shrimp"
|
|
||||||
trunk build --release --public-url "cool-stuff/plate-tool-beta/"
|
trunk build --release --public-url "cool-stuff/plate-tool-beta/"
|
||||||
|
- name: Transfer file to host server
|
||||||
|
run: |
|
||||||
|
sftp oracle <<< "put -r dist"
|
||||||
|
|
Loading…
Reference in New Issue