We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f8e6a commit 42858a5Copy full SHA for 42858a5
deploy.sh
@@ -38,16 +38,16 @@ fi
38
39
echo "Deploying as ${GITHUB_USER} to ${GITHUB_RUNTIME_PERMANENT_NAME}"
40
41
-gh runtime create \
+gh spark create \
42
--app ${GITHUB_RUNTIME_PERMANENT_NAME} \
43
--env "GITHUB_RUNTIME_PERMANENT_NAME=${GITHUB_RUNTIME_PERMANENT_NAME}" \
44
--secret "GITHUB_TOKEN=${GITHUB_TOKEN}" \
45
46
-gh runtime deploy \
+gh spark deploy \
47
48
--dir dist
49
50
-DEPLOYED_URL="$(gh runtime get --app ${GITHUB_RUNTIME_PERMANENT_NAME})"
+DEPLOYED_URL="$(gh spark get --app ${GITHUB_RUNTIME_PERMANENT_NAME})"
51
52
echo "[--URL-App=[https://${DEPLOYED_URL}]--]"
53
echo "[--Deployment: Complete--]"
0 commit comments