Files
docs/.gitea/workflows/gitops-automatic-deployment.yml
Nicole Rappe 19cb5de914
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s
Update .gitea/workflows/gitops-automatic-deployment.yml
2025-12-13 05:17:10 -07:00

33 lines
933 B
YAML

name: GitOps Automatic Deployment
on:
push:
branches: [ main ]
jobs:
GitOps Automatic Deployment:
runs-on: gitea-runner-mkdocs
steps:
- name: Install Node.js, git, rsync, and curl
run: |
apk add --no-cache nodejs npm git rsync curl
- name: Checkout Repository
uses: actions/checkout@v3
- name: Copy Repository Data to Production Server
run: |
rsync -a --delete --exclude='.git/' --exclude='.gitea/' . /Gitops_Destination/
- name: Trigger Material MKDocs Container Re-Deployment
run: |
curl --fail --show-error --silent --insecure \
-X POST \
"https://192.168.3.48:9443/api/stacks/webhooks/c891d2b5-7eca-42ef-8c3f-896bffbae803"
- name: Notify via NTFY
if: always()
run: |
curl -d "https://docs.bunny-lab.io - Workflow Completed" https://ntfy.bunny-lab.io/gitea-runners