Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

100
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!