Commit 7303cac8 authored by Ignacio's avatar Ignacio
Browse files

Añada deploy en CI para el paso de variables

parent f95600c6
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -10,5 +10,9 @@ variables:
  STACK: gis
  IMAGE_NAME: atmoz/sftp
  IMAGE_TAG: alpine
  SFTP_USERS: ${SFTP_USERS}
  PUBLIC_PORT: ${PUBLIC_PORT}

.deploy:
  script:
    - >
      deploy.sh IMAGE_NAME=${IMAGE_NAME} IMAGE_TAG=${IMAGE_TAG}
      SFTP_USERS=${SFTP_USERS} PUBLIC_PORT=${PUBLIC_PORT}