Update .gitea/workflows/gitops-automatic-deployment.yml
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 10s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 10s
This commit is contained in:
@ -11,8 +11,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install Node.js, git, and rsync
|
- name: Install Node.js, git, and rsync
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apk add --no-cache nodejs npm git rsync
|
||||||
apt-get install -y nodejs npm git rsync
|
|
||||||
|
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Reference in New Issue
Block a user