From 63b5af4868f8c8ff834f815b7413c5969674278f Mon Sep 17 00:00:00 2001 From: streaper2 Date: Mon, 4 May 2026 20:47:35 +0200 Subject: [PATCH] suppression des fichiers inutile --- .gitea/workflows/deploy.yaml | 28 -------------------- .dockerignore => tmp/.dockerignore | 0 Dockerfile => tmp/Dockerfile | 0 docker-compose.yml => tmp/docker-compose.yml | 0 features.md => tmp/features.md | 0 out.txt.supp => tmp/out.txt.supp | 0 run.cjs.supp => tmp/run.cjs.supp | 0 7 files changed, 28 deletions(-) delete mode 100644 .gitea/workflows/deploy.yaml rename .dockerignore => tmp/.dockerignore (100%) rename Dockerfile => tmp/Dockerfile (100%) rename docker-compose.yml => tmp/docker-compose.yml (100%) rename features.md => tmp/features.md (100%) rename out.txt.supp => tmp/out.txt.supp (100%) rename run.cjs.supp => tmp/run.cjs.supp (100%) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml deleted file mode 100644 index 294eee5..0000000 --- a/.gitea/workflows/deploy.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: Build and Push App -on: - push: - branches: [ "main" ] - -jobs: - build: - runs-on: ubuntu-latest - # FORCE l'image ici pour être sûr d'avoir l'outil Docker - container: - image: catthehacker/ubuntu:act-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Login to Gitea Registry - run: | - echo "${{ secrets.TOKEN }}" | docker login git.home.arrondeau.fr -u ${{ gitea.actor }} --password-stdin - - - name: Build and Push Docker Images - run: | - # Build and Push FRONT - docker build -t git.home.arrondeau.fr/${{ gitea.repository }}:latest . - docker push git.home.arrondeau.fr/${{ gitea.repository }}:latest - - # Build and Push ADMIN - docker build -t git.home.arrondeau.fr/${{ gitea.repository }}-admin:latest ./admin - docker push git.home.arrondeau.fr/${{ gitea.repository }}-admin:latest \ No newline at end of file diff --git a/.dockerignore b/tmp/.dockerignore similarity index 100% rename from .dockerignore rename to tmp/.dockerignore diff --git a/Dockerfile b/tmp/Dockerfile similarity index 100% rename from Dockerfile rename to tmp/Dockerfile diff --git a/docker-compose.yml b/tmp/docker-compose.yml similarity index 100% rename from docker-compose.yml rename to tmp/docker-compose.yml diff --git a/features.md b/tmp/features.md similarity index 100% rename from features.md rename to tmp/features.md diff --git a/out.txt.supp b/tmp/out.txt.supp similarity index 100% rename from out.txt.supp rename to tmp/out.txt.supp diff --git a/run.cjs.supp b/tmp/run.cjs.supp similarity index 100% rename from run.cjs.supp rename to tmp/run.cjs.supp