#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, duration hours minute second in high quality that is uploaded to the channel Open Source Devops 05 May 2019. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 7,500 times and liked it 87 visitors.