#Angular #AWS #S3 #BitBucket #Pipelines
this is a basic tutorial for Deploy angular app on the s3 bucket using BitBucket Pipelines.
Project Url -:https://[email protected]/ajay42/youtube.git
bitbucket-pipelines.yml
image: node:10
pipelines:
default:
step:
caches:
node
script:
npm install
npm install -g @angular/cli
ng build --prod
ls -ltr
cd dist/youtube
pipe: atlassian/aws-s3-deploy:0.2.4
variables:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION: 'ap-south-1'
ACL: "public-read"
S3_BUCKET: 'youtube365'
LOCAL_PATH: $(pwd) buy a coffee for me on this URL https://opensourcedevops.web.app or PayPal donation https://www.paypal.com/paypalme/OpenS...
Watch video Deploying Angular App to AWS S3 using BitBucket Pipelines online without registration, duration hours minute second in high quality. This video was added by user Open Source Devops 05 May 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 7,500 once and liked it 87 people.