From cab7bc65ab78b090bd26a077aac65fd73a2b1a16 Mon Sep 17 00:00:00 2001 From: ali-bouali Date: Sun, 7 Apr 2024 15:21:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20docker=20compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pipeline-frontend.yml | 2 +- README.md | 1 + docker-compose.yml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline-frontend.yml b/.github/workflows/pipeline-frontend.yml index 8a1d6ad..a82632c 100644 --- a/.github/workflows/pipeline-frontend.yml +++ b/.github/workflows/pipeline-frontend.yml @@ -24,7 +24,7 @@ jobs: tags: ${{ secrets.DOCKERHUB_USERNAME }}/bsn-ui:latest deploy: - name: Deploy Backend + name: Deploy Frontend runs-on: self-hosted needs: [ build-image ] steps: diff --git a/README.md b/README.md index b88fedf..2f16cbd 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ [![BSN Backend API Pipeline](https://github.com/ali-bouali/book-social-network/actions/workflows/pipeline-backend.yml/badge.svg?branch=ci%2Fpipeline)](https://github.com/ali-bouali/book-social-network/actions/workflows/pipeline-backend.yml) +[![BSN Frontend Pipeline](https://github.com/ali-bouali/book-social-network/actions/workflows/pipeline-frontend.yml/badge.svg?branch=ci%2Fpipeline)](https://github.com/ali-bouali/book-social-network/actions/workflows/pipeline-frontend.yml) diff --git a/docker-compose.yml b/docker-compose.yml index 5116d94..1c1c630 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: - 1025:1025 bsn-api: container_name: bsn-api - image: alibou/bsn-api + image: alibouali/bsn-api environment: EMAIL_HOST_NAME: ${EMAIL_HOST_NAME} EMAIL_USER_NAME: ${EMAIL_USER_NAME} @@ -37,7 +37,7 @@ services: bsn-ui: container_name: bsn-ui - image: alibou/bsn-ui + image: alibouali/bsn-ui ports: - 8080:80 networks: