Files
docs/.gitea/workflows/gitops-automatic-deployment.yml
Nicole Rappe fb507b698d
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 29s
Update .gitea/workflows/gitops-automatic-deployment.yml
2025-05-16 16:37:34 -06:00

22 lines
448 B
YAML

name: GitOps Automatic Deployment
on:
push:
branches: [ main ]
jobs:
GitOps Automatic Deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install rsync
run: |
apt-get update
apt-get install -y rsync
- name: Rsync to GitOps Folder Target
run: |
rsync -av --delete --exclude='.git/' . /Gitops_Destination/