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
|
runs-on: gitea-runner-mkdocs
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Install Node.js, git, and rsync
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Install rsync
|
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
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: |
|
run: |
|
||||||
echo "PWD:"
|
echo "PWD:"
|
||||||
pwd
|
pwd
|
||||||
|
Reference in New Issue
Block a user