From 91d0f22d0e9be056c1c7d040c44a336a17928620 Mon Sep 17 00:00:00 2001 From: s1lvax Date: Thu, 10 Oct 2024 21:40:36 +0200 Subject: [PATCH] ... --- .github/workflows/deploy.yml | 8 ++++---- svelte.config.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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} */