Added docker pull
This commit is contained in:
@@ -19,6 +19,14 @@
|
|||||||
chdir: "{{DESTINATION_FOLDER}}/"
|
chdir: "{{DESTINATION_FOLDER}}/"
|
||||||
cmd: docker login -u="merms" -p="may12002!" registry.chiefsoft.com
|
cmd: docker login -u="merms" -p="may12002!" registry.chiefsoft.com
|
||||||
|
|
||||||
|
- name: docker pull image 1
|
||||||
|
shell:
|
||||||
|
cmd: docker push registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest
|
||||||
|
|
||||||
|
- name: docker pull image 2
|
||||||
|
shell:
|
||||||
|
cmd: docker push registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest
|
||||||
|
|
||||||
- name: docker compose up
|
- name: docker compose up
|
||||||
shell:
|
shell:
|
||||||
chdir: "{{DESTINATION_FOLDER}}/"
|
chdir: "{{DESTINATION_FOLDER}}/"
|
||||||
|
|||||||
@@ -20,6 +20,14 @@
|
|||||||
chdir: "{{DESTINATION_FOLDER}}/"
|
chdir: "{{DESTINATION_FOLDER}}/"
|
||||||
cmd: docker login -u="merms" -p="may12002!" registry.chiefsoft.com
|
cmd: docker login -u="merms" -p="may12002!" registry.chiefsoft.com
|
||||||
|
|
||||||
|
- name: docker pull image 1
|
||||||
|
shell:
|
||||||
|
cmd: docker push registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest
|
||||||
|
|
||||||
|
- name: docker pull image 2
|
||||||
|
shell:
|
||||||
|
cmd: docker push registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest
|
||||||
|
|
||||||
- name: docker compose up
|
- name: docker compose up
|
||||||
shell:
|
shell:
|
||||||
chdir: "{{DESTINATION_FOLDER}}/"
|
chdir: "{{DESTINATION_FOLDER}}/"
|
||||||
|
|||||||
Reference in New Issue
Block a user