Update .gitea/workflows/gitops-automatic-deployment.yml
Some checks failed
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Failing after 2s
Some checks failed
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Failing after 2s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user