mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update main.yml
This commit is contained in:
parent
8db3b5a126
commit
58a3420c6e
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
- name: Delete {{appname}} dir for sec_installation
|
||||
shell: rm -rf {{installpath}}/{{appname}}
|
||||
|
||||
- name: Clone {{appname}} in Websoft9
|
||||
git:
|
||||
repo: "https://github.com/Websoft9/docker-{{appname}}.git"
|
||||
dest: "{{installpath}}/{{appname}}"
|
||||
|
||||
- name: Docker compose up
|
||||
shell: |
|
||||
docker compose up -d
|
||||
|
|
Loading…
Reference in a new issue