From 18385b517aa5d54460c16c3831a2d1792af5e37b Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Fri, 27 Jan 2023 11:32:57 +0100 Subject: [PATCH] Added Docker file and change README.md --- .drone.yaml | 27 +++++++++++++++++++++++++++ README.md | 11 +++-------- 2 files changed, 30 insertions(+), 8 deletions(-) create mode 100644 .drone.yaml diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..69ebb46 --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,27 @@ +kind: pipeline +type: docker +name: BowlIn + + +trigger: + event: + - push + +steps: +# database container deployment + - name: deploy-container-postgresql + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: postgres:latest + CONTAINERNAME: postgresql + COMMAND: create + # OVERWRITE: false + PRIVATE: true + CODEFIRST_CLIENTDRONE_ENV_MARIADB_ROOT_PASSWORD: + from_secret: db_root_password + CODEFIRST_CLIENTDRONE_ENV_MARIADB_DATABASE: + from_secret: db_database + CODEFIRST_CLIENTDRONE_ENV_MARIADB_USER: + from_secret: db_user + CODEFIRST_CLIENTDRONE_ENV_MARIADB_PASSWORD: + from_secret: db_password \ No newline at end of file diff --git a/README.md b/README.md index 791f89f..6519373 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@   ![PostgreSQL](https://img.shields.io/badge/Postgresql-000?style=for-the-badge&logo=postgresql&logoColor=white&color=9a63ff) --- + + + ## Deploiement - [x]   ![IOS](https://img.shields.io/badge/IOS-000?style=for-the-badge&logo=apple&logoColor=black&color=white) - [x]   ![Android](https://img.shields.io/badge/Android-000?style=for-the-badge&logo=android&logoColor=white&color=green) @@ -40,14 +43,6 @@ La racine de notre gitlab est composé de deux dossier essentielles au projet: :warning: Code de l'application en cours! -## Environnement de Travail - -Notre environnement de travail se base sur plusieurs outils et langages :👇 - - - - - ## Technicien en charge de l'application - Emre KARTAL