feat: add testing gitea workflow

This commit is contained in:
Minhyeok Park 2024-10-15 14:05:28 +09:00
commit 143395de15
Signed by: pmh_only
SSH Key Fingerprint: SHA256:g/OyGvi2pcd8ub9mqge/ohmDP0fZX/xOPWPIcM+9XpI
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
on:
push:
workflow_dispatch:
jobs:
deploy_site:
runs-on: ubuntu-latest
steps:
- run: wget https://dl.min.io/client/mc/release/linux-arm64/mc -o /tmp/mc
- run: chmod +x /tmp/mc
- run: mc alias set minio https://minio.pmh.codes ${{ secrets.MINIO_ACCESS_KEY }} ${{ secrets.MINIO_SECRET_KEY }}
- run: mc cp -r . minio/ptools

1
index.html Normal file
View File

@ -0,0 +1 @@
hi