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