Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

103
Vistas
Heroku Continuous Delivery executing shell script without setting auto deploy in pipeline panel

I want to create an auto-deploy every time I get new commits in the master or develop branch but I don't want to activate Auto Deploy in Pipeline Panel.

I have this app.json:

{
  "addons": [],
  "buildpacks": [
    {
      "url": "siesgstarena/heroku-buildpack-mongo"
    },
    {
      "url": "heroku/nodejs"
    }
  ],
  "environments": {
    "test": {
      "scripts": {
        "test-setup": "if [ $HEROKU_TEST_RUN_BRANCH == 'master' ] || [ $HEROKU_TEST_RUN_BRANCH == 'develop' ]; then npm run build; fi",
        "test": "if [ $HEROKU_TEST_RUN_BRANCH == 'master' ] || [ $HEROKU_TEST_RUN_BRANCH == 'develop' ]; then npm test; fi"
      }
    }
  },
  "formation": {
    "web": {
      "quantity": 1
    }
  },
  "name": "xxxxxxxxxxxxx",
  "stack": "heroku-18"
}

I have a deploy-all.sh file and I want to run this file after tests pass. I haven't found where I should put something to execute after tests.

I need help with these settings.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda