From 31dc117fb97e82a4f8b1e01a1288f753f3d5248e Mon Sep 17 00:00:00 2001 From: redglow Date: Tue, 23 Jun 2026 14:34:44 +0200 Subject: [PATCH] ci: vite.config.json => ts --- .gitea/workflows/cicd.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index bee7867..274c91c 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -36,7 +36,7 @@ jobs: public src tsconfig.json - vite.config.json + vite.config.ts yarn.lock Upload: steps: @@ -45,10 +45,6 @@ jobs: with: name: artifact path: artifact - - name: Install rsync - run: | - apt-get update - apt-get -y install rsync - name: Upload to server run: | mkdir -p ~/.ssh