Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

BitBucket Heroku

Toyyib Bello
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 2, 2023

How do I host to Iroku from bitbucket step by step, I am confuse about the zip file thing. Thank you.

1 answer

1 vote
Igor Stoyanov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 3, 2023

Hi @Toyyib Bello . Maybe it is a good idea to start using pipes. See example of the heroku deploy

Add this script to the bitbucket-pipelines.yml config file:

script:
  - pipe: atlassian/heroku-deploy:2.3.0
    variables:
      HEROKU_API_KEY: $HEROKU_API_KEY
      HEROKU_APP_NAME: 'My awesome shiny app'
      ZIP_FILE: 'your-app-sources.tar.gz'

 More about pipes.

 

Regards, Igor

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events