Added Gitea Runner for Automated GitOps Deployment

This commit is contained in:
2025-05-16 15:52:47 -06:00
parent 43729adff5
commit 9f99e55e0c

View File

@ -0,0 +1,17 @@
name: GitOps Automatic Deployment
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Rsync to GitOps Folder Target
run: |
rsync -av --delete --exclude '.git/' ./ /Gitops_Destination/