Skip to content

Commit 42858a5

Browse files
Update
1 parent a9f8e6a commit 42858a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ fi
3838

3939
echo "Deploying as ${GITHUB_USER} to ${GITHUB_RUNTIME_PERMANENT_NAME}"
4040

41-
gh runtime create \
41+
gh spark create \
4242
--app ${GITHUB_RUNTIME_PERMANENT_NAME} \
4343
--env "GITHUB_RUNTIME_PERMANENT_NAME=${GITHUB_RUNTIME_PERMANENT_NAME}" \
4444
--secret "GITHUB_TOKEN=${GITHUB_TOKEN}" \
4545

46-
gh runtime deploy \
46+
gh spark deploy \
4747
--app ${GITHUB_RUNTIME_PERMANENT_NAME} \
4848
--dir dist
4949

50-
DEPLOYED_URL="$(gh runtime get --app ${GITHUB_RUNTIME_PERMANENT_NAME})"
50+
DEPLOYED_URL="$(gh spark get --app ${GITHUB_RUNTIME_PERMANENT_NAME})"
5151

5252
echo "[--URL-App=[https://${DEPLOYED_URL}]--]"
5353
echo "[--Deployment: Complete--]"

0 commit comments

Comments
 (0)