Files
docs/.gitea/workflows/gitops-automatic-deployment.yml
Nicole Rappe 6467ad6c96
Some checks failed
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Failing after 9s
Update .gitea/workflows/gitops-automatic-deployment.yml
2025-05-16 16:00:02 -06:00

17 lines
345 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: Rsync to GitOps Folder Target
run: |
rsync -av --delete --exclude '.git/' ./ /Gitops_Destination/