HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/comfama.sports-crowd.com/bitbucket-pipelines.yml
image: atlassian/default-image:3

pipelines:
  branches:
    qas:
      - step:
          name: "Build QAS"
          deployment: test
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "18.119.35.213"
                COMMAND: "cd /opt/scripts/ && ./deploy_qas.sh"
                MODE: "command"
      - step:
          name: "Build Optional DEMO"
          deployment: staging
          trigger: manual
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "18.119.35.213"
                COMMAND: "cd /opt/scripts/ && ./deploy_optional_demo.sh"
                MODE: "command"
    develop:
      - step:
          name: "Build DEMO"
          deployment: staging
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "18.119.35.213"
                COMMAND: "cd /opt/scripts/ && ./deploy_demo.sh"
                MODE: "command"
    master:
      - step:
          name: "Build PROD DIM"
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.22.36.91"
                COMMAND: "cd /opt/scripts/ && ./deploy.sh"
                MODE: "command"
      - step:
          name: "Build PROD RELEASE MILLONARIOS"
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.139.30.69"
                COMMAND: "cd /opt/scripts/ && ./deploy.sh"
                MODE: "command"
      - step:
          name: "Build PROD RELEASE FORTALEZA"
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.129.109.118"
                COMMAND: "cd /opt/scripts/ && ./deploy.sh"
                MODE: "command"
      - step:
          name: "Build PROD OTROS EQUIPOS"
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy.sh"
                MODE: "command"
    release/dim:
      - step:
          name: "Build PROD RELEASE DIM"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.22.36.91"
                COMMAND: "cd /opt/scripts/ && ./deploy_branch.sh"
                MODE: "command"
    release/millonarios:
      - step:
          name: "Build PROD RELEASE MILLONARIOS"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.139.30.69"
                COMMAND: "cd /opt/scripts/ && ./deploy_branch.sh"
                MODE: "command"
    release/fortaleza:
      - step:
          name: "Build PROD RELEASE FORTALEZA"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.129.109.118"
                COMMAND: "cd /opt/scripts/ && ./deploy_branch.sh"
                MODE: "command"
    release/envigado:
      - step:
          name: "Build PROD RELEASE ENVIGADO"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_envigado.sh"
                MODE: "command"
    release/junior:
      - step:
          name: "Build PROD RELEASE JUNIOR"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_junior.sh"
                MODE: "command"
    release/sportingcristal:
      - step:
          name: "Build PROD RELEASE SPORTING CRISTAL"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_sportingcristal.sh"
                MODE: "command"
    release/trinche:
      - step:
          name: "Build PROD RELEASE TRINCHE"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_trinche.sh"
                MODE: "command"
    release/valledupar:
      - step:
          name: "Build PROD RELEASE VALLEDUPAR"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_valledupar.sh"
                MODE: "command"
    release/realsoachacundinamarca:
      - step:
          name: "Build PROD RELEASE REAL SOACHA CUNDINAMARCA"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_realsoachacundinamarca.sh"
                MODE: "command"
    release/tauro:
      - step:
          name: "Build PROD RELEASE TAURO"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_tauro.sh"
                MODE: "command"
    release/cobresal:
      - step:
          name: "Build PROD RELEASE COBRESAL"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_cobresal.sh"
                MODE: "command"
    release/sierra:
      - step:
          name: "Build PROD RELEASE SIERRA"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_sierra.sh"
                MODE: "command"
    release/academiadeportivocali:
      - step:
          name: "Build PROD RELEASE DEPORTIVO CALI USA"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_academiadeportivocali.sh"
                MODE: "command"
    release/deportivocali:
      - step:
          name: "Build PROD RELEASE DEPORTIVO CALI"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_deportivocali.sh"
                MODE: "command"
    release/atleticohuila:
      - step:
          name: "Build PROD RELEASE ATLETICO HUILA"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_atleticohuila.sh"
                MODE: "command"
    release/atleticonacional:
      - step:
          name: "Build PROD RELEASE ATLETICO NACIONAL"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_atleticonacional.sh"
                MODE: "command"
    release/aguilasoccer:
      - step:
          name: "Build PROD RELEASE AGUILA SOCCER"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_aguilasoccer.sh"
                MODE: "command"
    release/copabonbonbum:
      - step:
          name: "Build PROD RELEASE COPA BON BON BUM"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_copabonbonbum.sh"
                MODE: "command"
    release/academiafrankgiron:
      - step:
          name: "Build PROD RELEASE ACADEMIA FRANK GIRON"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_academiafrankgiron.sh"
                MODE: "command"
    release/academiakanteranos:
      - step:
          name: "Build PROD RELEASE ACADEMIA KANTERANOS"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_academiakanteranos.sh"
                MODE: "command"
    release/academiasifa:
      - step:
          name: "Build PROD RELEASE ACADEMIA SIFA"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_academiasifa.sh"
                MODE: "command"
    release/desafiofutbol:
      - step:
          name: "Build PROD RELEASE DESAFIO FUTBOL"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_desafiofutbol.sh"
                MODE: "command"
    release/saprissa:
      - step:
          name: "Build PROD RELEASE SAPRISSA"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_saprissa.sh"
                MODE: "command"
    release/consumo:
      - step:
          name: "Build PROD RELEASE CONSUMO"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.13.53.113"
                COMMAND: "cd /opt/scripts/ && ./deploy_branch.sh"
                MODE: "command"
    release/academiamacara:
      - step:
          name: "Build PROD RELEASE ACADEMIA MACARA"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_academiamacara.sh"
                MODE: "command"
    release/cancunfc:
      - step:
          name: "Build PROD RELEASE CANCUN FC"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_cancunfc.sh"
                MODE: "command"
    release/realcartagena:
      - step:
          name: "Build PROD RELEASE REAL CARTAGENA"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_realcartagena.sh"
                MODE: "command"
    release/academiabrisas:
      - step:
          name: "Build PROD RELEASE ACADEMIA BRISAS"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_academiabrisas.sh"
                MODE: "command"
    release/dimayor:
      - step:
          name: "Build PROD RELEASE DIMAYOR"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_dimayor.sh"
                MODE: "command"
    release/nuevostalentos:
      - step:
          name: "Build PROD RELEASE NUEVOS TALENTOS"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_nuevostalentos.sh"
                MODE: "command"
    release/efcarlossarmientolora:
      - step:
          name: "Build PROD RELEASE EF CARLOS SARMIENTO LORA"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_efcarlossarmientolora.sh"
                MODE: "command"
    release/ciex:
      - step:
          name: "Build PROD RELEASE CIEX"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_ciex.sh"
                MODE: "command"
    release/travelpassport:
      - step:
          name: "Build PROD RELEASE TRAVEL PASSPORT"
          deployment: production
          trigger: automatic
          script:
            - pipe: atlassian/ssh-run:0.4.0
              variables:
                SSH_USER: "ubuntu"
                SERVER: "3.130.14.165"
                COMMAND: "cd /opt/scripts/ && ./deploy_travelpassport.sh"
                MODE: "command"