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

how to add node typescript project deploy in heroku.

Arun kumar gupta August 24, 2021

# Template NodeJS build

# This template allows you to validate your NodeJS code.
# The workflow allows running tests and code linting on the default branch.

image: node:10.15.3

pipelines:
default:
- parallel:
- step:
name: Build and Test
caches:
- node
script:
- npm install
- npm test
- step:
name: Code linting
script:
- npm install eslint
- npx eslint .
caches:
- node
- step:
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_APP_ZIP_FILE



Here is my code how to deploy it. all time I get error.

1 answer

0 votes
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 27, 2021

Hi @Arun kumar gupta

Thank you for your question!

Provide us with more details about your errors (logs, setup configuration), please, to help you.

 

Best regards,
Oleksandr Kyrdan

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events