There doesn't appear to be a way to use a custom Heroku Buildpack with the Heroku Deploy Pipe. This is quite silly.
Hi, The documentation on page https://support.atlassian.com/bitbucket-cloud/docs/deploy-to-heroku/ says the following: Heroku deployments require a full Git clone. By default, Pipelines c...
Hi, i develop a plugin and i need to select the better option to deploy in producttion Im deciding between AWS or Heroku. In AWS probably we decide a ECS and a PostgresQL database. &n...
...sing the atlassian/heroku-deploy:2.0.0 pipe, and I am unable to get the env variable to be referenced in this pipe. The echo directly before it correctly shows the auth token, but I can't get it t...
...application.tar.gz artifacts: - application.tar.gz - step: name: Heroku script: - pipe: atlassian/heroku-deploy:0.1.1 variables: HEROKU_API_KEY: $HEROKU_API_KEY HEROKU...
...omplained: remove prohibited property 'step' and 'script' which is here: push: &push step: name: Push and Tag image: python:3.7 script: - pipe: atlassian/heroku-deploy:2.0.0 T...
...ack-end script: - git branch - git archive -o ./apcviewer.zip main serverapp - pipe: atlassian/heroku-deploy:2.0.0 variables: HEROKU_API_KEY: $HEROKU_API_KEY HEROKU_APP_NAME: apc-viewer Z...
I would like the ability to add configuration variables to the Heroku Deploy script, which would allow me to do things like update the app version number or dynamically change the environment based o...
how can i run a flask app using bitbucket pipelines by integrating it with deployment servers?? please provide a demo flask app bitbucket-pipelines.yml file
artifact is created and listed on previous step, I can download it to my local machine. On next step "pipe atlassian/heroku-deploy:1.2.1" I get the follwoing error: Traceback (m...
...tep: name: heroku-deploy deployment: production script: - pipe: atlassian/heroku-deploy:1.2.1 variables: HEROKU_API_KEY: $HEROKU_API_KEY HEROKU_APP_NAME: $HEROKU_APP_ANME ZIP_FILE: $HEROKU...
Hi guys, I have a doubt about how I can run the migration on Heroku after deploy using pipe, can you help me with that? This is my pipelines.yml: image: ruby:2.4.2 pipelines: default: - s...
I am getting error when I am using these pipeline steps.. Heroku is detecting only python buildpack not reactjs pipelines: default: - step: name: Backend B...
I have like 100+ repositories in my sourcetree library. Constantly this authentication window pops up. I have no idea which repository asks for this heroku remote. Any tipps on how to find the git c...
...eploy script: - pipe: atlassian/heroku-deploy:0.1.1 variables: HEROKU_API_KEY: $HEROKU_API_KEY HEROKU_APP_NAME: $HEROKU...
Hi All, I have tired to deploy my jar file to heroku instance, below is my pipeline script which i used to deploy it in heroku. but during build process, im unable deploy jar file to the heroku i...
...ages show properly and the application itself does what it's supposed to (in development mode) Now, I'm trying to use Heroku for my production deployments, and the app builds and deploys just fine, w...
Hi I'm using heroku-deploy to deploy a laravel app to Heroku. i would need to run some commands on the server after the deployment. I need, among other things, to migrate my database. Typically i w...
I followed the following instructions: https://confluence.atlassian.com/bitbucket/deploy-to-heroku-872013667.html but got an error while it tired to create the zip while. I miss an example how t...
while am doing auto deploying code from bit bucket to heroku, I got some configuration issue in bitbucket-pipelines.yml. HEROKU_API_KEY: 'XXXXXX' HEROKU_APP_NAME: 'XXXX' ZIP_FILE: 'your-app-s...
Hi There, I am trying to deploy my first Go application to Heroku, and I am using bitbucket pipelines. When I run deploy, I got an error. Here is error message cannot f...
I followed this article to set up pipelines https://confluence.atlassian.com/bitbucket/deploy-to-heroku-872013667.html In Heroku I set default deployment from Heroku git. I don't have heroku cli o...
I have two folders in my bitbucket repository but I want to deploy the contents of only the back-end folder to heroku. I tried this script: - cp ./front-end/dist ./back-end -r - cp ./front-end/i...
I have two folders in my bitbucket repository but I want to deploy the contents of only the back-end folder to heroku. I tried this script: - cp ./front-end/dist ./back-end -r - cp ./front-end/i...
Copied to clipboard
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.