Answer the question
In order to leave comments, you need to log in
How does bitbucket pipline work?
Good afternoon!
I'm trying to set up continuous deployment of an application from the bitbucket master branch to the app engine. I try this pipline:
pipelines:
branches:
master:
- step:
name: Build and test the app
image: node:latest
script:
- npm install
- npm run build
Answer the question
In order to leave comments, you need to log in
1) Inside a container that is launched from the node:latest
image
2) Never use the latest tag, always specify a specific version
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question