mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
fix deploy.yml
This commit is contained in:
parent
f2597f5491
commit
3fd562c144
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@
|
|||
- name: Telecharger le fichier docker-compose
|
||||
ansible.builtin.get_url:
|
||||
url: https://raw.githubusercontent.com/ets-cfuhrman-pfe/EvalueTonSavoir/refs/heads/main/docker-compose.yaml
|
||||
dest: ./docker-
|
||||
dest: ./docker-compose.yaml
|
||||
|
||||
- name: Lancer Docker Compose
|
||||
ansible.builtin.shell:
|
||||
docker compose up -d
|
||||
docker-compose up -d
|
||||
become: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue