diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5268c3a..bc22031 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,9 @@ name: Deploy App -on: - push: - branches: - - main # or your deployment branch +#on: +# push: +# branches: +# - main # or your deployment branch jobs: deploy: diff --git a/svelte.config.js b/svelte.config.js index fffb849..c2db680 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,4 @@ -import adapter from '@sveltejs/adapter-node'; +import adapter from '@sveltejs/adapter-cloudflare'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; /** @type {import('@sveltejs/kit').Config} */