We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb103a commit b4dd496Copy full SHA for b4dd496
.github/workflows/smoketest.yml
@@ -116,7 +116,7 @@ jobs:
116
set -e
117
# Copy the binary to the remote host
118
echo "+ Copying the application to the remote host"
119
- 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"
120
# Deploy and run the application on the remote host
121
echo "+ Deploying the application on the remote host"
122
ssh jkci ash <<EOF
0 commit comments