From 4d45e3a7cb3418599c61f02dd6d1eeda5ce20615 Mon Sep 17 00:00:00 2001 From: hcornet Date: Mon, 10 Feb 2025 19:34:36 +0100 Subject: [PATCH] Update CI/CD --- .gitea/workflows/ci.yml | 2 +- README.md | 16 +--------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b0fcad4..0f67967 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: dawidd6/action-ansible-playbook@v2 with: playbook: playbooks/main.yml - requirements: requirements.yml + requirements: site.yml options: | --inventory inventory - name: Send failure notification diff --git a/README.md b/README.md index ffa265b..049c7f3 100644 --- a/README.md +++ b/README.md @@ -51,24 +51,10 @@ ansible all -m ping --key-file ~/.ssh/ansible ## Personnalisation -Le fichier .env pour les variable d'environnement -~~~bash - nano .env -~~~ - -Modification des labels pour traefik -~~~bash - nano docker-compose.yml -~~~ - ## Lancement ~~~bash - docker compose up -d -~~~ - -~~~bash - docker compose logs -f + ./ansible-playbook site.yml --key-file ~/.ssh/id_rsa ~~~ # Buy me a coffe