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

Build folder not generated or moved to s3 after build the reactjs code using the docker docker image

tech71 July 22, 2019

Hi Team,

Build folder not generated or moved to s3 after build the reactjs code using the docker docker image node:10.15.0. Please check and help in this issue.

Bit-bucket_pipeline.yml :-

---
image: "node:10.15.0"
pipelines:
branches:
development:
-
step:
deployment: test
name: "install and build"
script:
- "apt-get update -y"
- "apt-get install -y zip"
- "cd admin/front-end"
- "npm install"
- CI=false
- "npm run build"
- "zip -r /tmp/artifact.zip *"
trigger: automatic
-
step:
image: "python:3.5.7"
name: test
script:
- "apt-get update -y"
- "pip install boto3==1.3.0"
- "apt-get install -y zip"
- "zip -r /tmp/artifact.zip *"
- "python codedeploy_deploy.py"
-
step:
image: "python:3.5.7"
name: "Deploying to dev"
script:
- "apt-get update -y"
- "apt-get install -y zip"
- "pip install boto3==1.3.0"
- "zip -r /tmp/artifact.zip *"
- "python codedeploy_deploy.py"

Regards,
Venkat

1 answer

0 votes
Alexander Zhukov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 25, 2019

Hi @tech71 . It's hard to say what's going on without knowing the contents of the codedeploy_deploy.py.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events