The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events