From 47b1ff9d1a6f4c743d43dd1a496074c667e43961 Mon Sep 17 00:00:00 2001 From: JBernal Date: Mon, 11 Sep 2023 21:19:02 +0200 Subject: [PATCH] removed Heroku --- .bettercodehub.yml | 1 - Procfile | 1 - README.md | 3 +-- system.properties | 4 ---- 4 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .bettercodehub.yml delete mode 100644 Procfile delete mode 100644 system.properties diff --git a/.bettercodehub.yml b/.bettercodehub.yml deleted file mode 100644 index dc42046..0000000 --- a/.bettercodehub.yml +++ /dev/null @@ -1 +0,0 @@ -component_depth: 9 diff --git a/Procfile b/Procfile deleted file mode 100644 index a9bf1e2..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: java -Dserver.port=$PORT $JAVA_OPTS -jar target/iwvg-devops-1.7.0-SNAPSHOT.jar diff --git a/README.md b/README.md index 8a1cdd1..22c60aa 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,10 @@ ### Estado del código [![DevOps](https://github.com/miw-upm/iwvg-devops/actions/workflows/test-sonar.yml/badge.svg)](https://github.com/miw-upm/iwvg-devops/actions/workflows/test-sonar.yml) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=es.upm.miw%3Aiwvg-devops&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=es.upm.miw%3Aiwvg-devops) -[![BCH compliance](https://bettercodehub.com/edge/badge/miw-upm/iwvg-devops?branch=develop)](https://bettercodehub.com/results/miw-upm/iwvg-devops) [![Heroku broken](https://iwvg-devops.herokuapp.com/system/version-badge)](https://iwvg-devops.herokuapp.com/swagger-ui.html) ### Tecnologías necesarias -`Java` `Maven` `GitHub` `GitHub Actions` `Sonarcloud` `Slack` `Spring-boot` `Heroku` `OpenAPI` +`Java` `Maven` `GitHub` `GitHub Actions` `Sonarcloud` `Slack` `Spring-boot` `Railway` `OpenAPI` ### :gear: Instalación del proyecto 1. Clonar el repositorio en tu equipo, **mediante consola**: diff --git a/system.properties b/system.properties deleted file mode 100644 index c75190f..0000000 --- a/system.properties +++ /dev/null @@ -1,4 +0,0 @@ -#Heroku -java.runtime.version=11 -maven.version=3.6.2 -