Files
docs/.gitea/workflows/gitops-automatic-deployment.yml
Nicole Rappe c1b1868970
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 18s
Added Rsync Installation Command
2025-05-16 16:06:25 -06:00

22 lines
449 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/