Inital commit
All checks were successful
Deply fsdproject.org / Deploy-Site (push) Successful in 1s

This commit is contained in:
2026-06-24 14:25:28 -04:00
commit 6b5a56c784
13 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
name: Deply fsdproject.org
run-name: ${{ gitea.actor }} started deploying fsdproject.org
on: [push]
jobs:
Deploy-Site:
runs-on: alpine-latest
steps:
- name: Pull latest site
run: |
doas -u minecraft git -C /home/minecraft/mc.vxserver.dev/ pull