Added docker pull
This commit is contained in:
@@ -18,6 +18,14 @@
|
||||
shell:
|
||||
chdir: "{{DESTINATION_FOLDER}}/"
|
||||
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
|
||||
shell:
|
||||
|
||||
@@ -20,6 +20,14 @@
|
||||
chdir: "{{DESTINATION_FOLDER}}/"
|
||||
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
|
||||
shell:
|
||||
chdir: "{{DESTINATION_FOLDER}}/"
|
||||
|
||||
Reference in New Issue
Block a user