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:
|
||||
- name: Install Node.js, git, and rsync
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y nodejs npm git rsync
|
||||
apk add --no-cache nodejs npm git rsync
|
||||
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user