This commit is contained in:
11
.gitea/workflows/fsdproject-deploy.yaml
Normal file
11
.gitea/workflows/fsdproject-deploy.yaml
Normal 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
|
||||
Reference in New Issue
Block a user