Commit 5e9e608d authored by Noel Alonso's avatar Noel Alonso
Browse files

Simplifica configuración de gitlab CI

parent 81052c62
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -23,9 +23,6 @@ stages:
  - post-package
  - deploy

variables:
  PROJECT_PARENT_NAME: api

.maven-build:
  variables:
    POSTGRES_IMAGE_TAG: 10.13-alpine
@@ -176,7 +173,5 @@ variables:

.deploy:
  variables:
    STACK: ${PROJECT_PARENT_NAME}
    STACK: api
    STATUS_CHECK_DELAY: 300
  environment:
    url: https://${PUBLIC_HOSTNAME}/api/${CI_PROJECT_NAME}