mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
fix: jetkvm_app path is now bin/jetkvm_app
This commit is contained in:
2
.github/workflows/smoketest.yml
vendored
2
.github/workflows/smoketest.yml
vendored
@@ -116,7 +116,7 @@ jobs:
|
|||||||
set -e
|
set -e
|
||||||
# Copy the binary to the remote host
|
# Copy the binary to the remote host
|
||||||
echo "+ Copying the application to the remote host"
|
echo "+ Copying the application to the remote host"
|
||||||
cat jetkvm_app | gzip | ssh jkci "cat > /userdata/jetkvm/jetkvm_app.update.gz"
|
cat bin/jetkvm_app | gzip | ssh jkci "cat > /userdata/jetkvm/jetkvm_app.update.gz"
|
||||||
# Deploy and run the application on the remote host
|
# Deploy and run the application on the remote host
|
||||||
echo "+ Deploying the application on the remote host"
|
echo "+ Deploying the application on the remote host"
|
||||||
ssh jkci ash <<EOF
|
ssh jkci ash <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user