Update .gitea/workflows/gitops-automatic-deployment.yml
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
This commit is contained in:
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy Repository Data to Production Server
|
- name: Copy Repository Data to Production Server
|
||||||
run: |
|
run: |
|
||||||
rsync -a --delete --exclude='.git/' . /Gitops_Destination/
|
rsync -a --delete --exclude='.git/' --exclude='.gitea/' . /Gitops_Destination/
|
||||||
|
|
||||||
- name: Notify via NTFY
|
- name: Notify via NTFY
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user