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