question is in the title.
my config. sorry if theres any format errors paste did not add new lines for some reason
image: atlassian/default-image:2
pipelines:
branches:
master:
- step:
name: Build
script:
- git archive --format=tar.gz master -o build.tar.gz
artifacts:
- build.tar.gz
- step:
name: Deploy
script:
- pipe: atlassian/heroku-deploy:0.1.1
variables:
HEROKU_API_KEY: $HEROKU_API_KEY
HEROKU_APP_NAME: $HEROKU_APP_NAME
ZIP_FILE: build.tar.gz
WAIT: 'false'
Hi @Low Xuguang ,
Thank you for your question!
To help you, please, clarify what do you mean with "How to save heroku-deploy?".
Could you provide us with the output logs, please, to clarify the issue?
From setup to deployment—this learning path shows you how to build your first app using Forge. Learn the essentials, streamline workflows, and bring custom solutions to life across Jira, Confluence, and more.
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.