commit 1ec521432297869cbb13ed085cae1bb5401ac9ba Author: Tien Ngo Date: Wed Dec 24 11:14:09 2025 +0700 first commit diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..9e81414 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,13 @@ +name: Deploy to Private Server + +on: + push: + branches: [ "main" ] + +jobs: + deploy: + runs-on: "homesrv" + + steps: + - name: Checkout + uses: actions/checkout@v4 \ No newline at end of file diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Readme.md @@ -0,0 +1 @@ +