Files
mc.vxserver.dev/.gitea/workflows/fsdproject-deploy.yaml
vxclutch 6b5a56c784
All checks were successful
Deply fsdproject.org / Deploy-Site (push) Successful in 1s
Inital commit
2026-06-24 14:25:28 -04:00

12 lines
279 B
YAML

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