From 9f6d98770ffe4560d9c26ee21d5d576cd7059106 Mon Sep 17 00:00:00 2001 From: BreizhHardware Date: Tue, 2 Jul 2024 16:19:13 +0200 Subject: [PATCH] Switch from create-react-app to vite --- .github/workflows/deploy.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb7e610..b6157f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,5 +34,5 @@ jobs: password: ${{ secrets.SERVER_PASSWORD }} port: ${{ secrets.SERVER_PORT }} uploads: | - ./build => /webroot/ + ./dist => /webroot/ delete: true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3a1bea6..1ddc6cc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ # production /build +/dist # misc .DS_Store