Skip to content

Commit

Permalink
docs: Fix demo deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfdanJ committed Jan 1, 2024
1 parent 98c1e72 commit 327606c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ Static files are served directly from Cloud Storage, bypassing the Node.js web s

## Example Application

Check out a live example application at [https://svelte-demo-329602.uc.r.appspot.com/](https://svelte-demo-329602.uc.r.appspot.com/). This demo app is the default SvelteKit template deployed with the default adapter settings.
Check out a live example application at [https://svelte-adapter-demo.uc.r.appspot.com//](https://svelte-adapter-demo.uc.r.appspot.com//). This demo app is the default SvelteKit template deployed with the default adapter settings.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ fi

# To test on real appengine instance
# pushd $TEST_DIR
# gcloud app deploy --project svelte-demo-329602 -q --version e2e-test --no-promote build/app.yaml
# gcloud app deploy --project svelte-adapter-demo -q --version e2e-test --no-promote build/app.yaml
# popd
rm -rf $TEST_DIR

0 comments on commit 327606c

Please sign in to comment.