Update .gitea/workflows/gitops-automatic-deployment.yml
Some checks failed
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Failing after 2s

This commit is contained in:
2025-05-16 17:20:25 -06:00
parent 87d3d623a0
commit 3dabc1495c

View File

@ -9,15 +9,15 @@ jobs:
runs-on: gitea-runner-mkdocs
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install rsync
- name: Install Node.js, git, and rsync
run: |
apt-get update
apt-get install -y rsync
apt-get install -y nodejs npm git rsync
- name: Debug Rsync to GitOps Folder Target
- name: Checkout Repository
uses: actions/checkout@v3
- name: Copy Repository Data to Production Server
run: |
echo "PWD:"
pwd