chore(fix): use dist folder for output
All checks were successful
/ deploy_site (push) Successful in 1m25s

This commit is contained in:
Minhyeok Park 2024-10-27 14:06:13 +09:00
parent 87a35aeffc
commit 5bd0bf1a95
Signed by: pmh_only
SSH Key Fingerprint: SHA256:g/OyGvi2pcd8ub9mqge/ohmDP0fZX/xOPWPIcM+9XpI
3 changed files with 7 additions and 4 deletions

View File

@ -10,9 +10,10 @@ jobs:
- run: | - run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
apt-get install -y nodejs apt-get install -y nodejs
wget https://dl.min.io/client/mc/release/linux-arm64/mc -O /tmp/mc
chmod +x /tmp/mc
/tmp/mc alias set minio http://minio-service.minio.svc.cluster.local:9000 ${{ secrets.MINIO_ACCESS_KEY }} ${{ secrets.MINIO_SECRET_KEY }}
- run: npm i - run: npm i
- run: wget https://dl.min.io/client/mc/release/linux-arm64/mc -O /tmp/mc - run: npm run build
- run: chmod +x /tmp/mc - run: /tmp/mc mirror $PWD/dist/ minio/ptools --overwrite
- run: /tmp/mc alias set minio http://minio-service.minio.svc.cluster.local:9000 ${{ secrets.MINIO_ACCESS_KEY }} ${{ secrets.MINIO_SECRET_KEY }}
- run: /tmp/mc mirror $PWD/ minio/ptools --exclude '.git/*' --exclude '.gitea/*' --overwrite

1
tsconfig.app.tsbuildinfo Normal file
View File

@ -0,0 +1 @@
{"root":["./src/main.tsx","./src/vite-env.d.ts","./src/App/index.tsx","./src/App/AppLayout/index.tsx","./src/Components/Button.tsx","./src/Components/Input.tsx","./src/Components/TextArea.tsx","./src/Editor/index.tsx","./src/GlobalStates/EditorValueState.ts","./src/LandingAnimation/index.tsx","./src/TransformGrid/index.tsx","./src/TransformGridItem/index.tsx","./src/Transforms/Base64Transforms.ts","./src/Transforms/Transform.ts","./src/Transforms/URITransforms.ts"],"version":"5.6.3"}

View File

@ -0,0 +1 @@
{"root":["./vite.config.ts"],"version":"5.6.3"}