first commit
Some checks failed
Deploy to Private Server / deploy (push) Failing after 14s

This commit is contained in:
2025-12-24 11:14:09 +07:00
commit 1ec5214322
2 changed files with 14 additions and 0 deletions

View File

@@ -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