Upload files to "/"

This commit is contained in:
2026-07-04 23:20:19 +00:00
parent c3afcab4bf
commit de79f56fba
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -14,9 +14,9 @@
chdir: "{{DESTINATION_FOLDER}}/"
cmd: docker login -u="merms" -p="may12002!" registry.chiefsoft.com
- name: docker pull current image - {{CURRENT_IMAGE_REFRESH}}
- name: docker pull current image - registry.chiefsoft.com/emr0001/merms-openemr:latest
shell:
cmd: docker pull {{CURRENT_IMAGE_REFRESH}}
cmd: docker pull registry.chiefsoft.com/emr0001/merms-openemr:latest
- name: Copy file from 10.10.10.13 to LOCAL Directory
shell: sshpass -p '{{ password_variable }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml {{DESTINATION_FOLDER}}/docker-compose.yml
+2 -2
View File
@@ -14,9 +14,9 @@
chdir: "{{DESTINATION_FOLDER}}/"
cmd: docker login -u="merms" -p="may12002!" registry.chiefsoft.com
- name: docker pull current image - {{CURRENT_IMAGE_REFRESH}}
- name: docker pull current image - registry.chiefsoft.com/emr0001/merms-openemr:latest
shell:
cmd: docker pull {{CURRENT_IMAGE_REFRESH}}
cmd: docker pull registry.chiefsoft.com/emr0001/merms-openemr:latest
- name: Copy file from 10.10.10.13 to LOCAL Directory
shell: sshpass -p '{{ password_variable }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml {{DESTINATION_FOLDER}}/docker-compose.yml