Deploying Angular App to AWS S3 using BitBucket Pipelines

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии •

  • @daggymation
    @daggymation 4 года назад +1

    Excellent tutorial. Keep up the good work!

  • @vibhanshubiswas8729
    @vibhanshubiswas8729 4 года назад +1

    This really helped and eased out my work a lot.

  • @lionking5050
    @lionking5050 5 лет назад +3

    you can add
    - branches
    {branchname}:
    instead of "default:", if you want to deploy to particular bucket from specific branch

  • @goolamfareedbangie510
    @goolamfareedbangie510 Год назад

    Great tutorial, but why is the app folder in the src folder not copied to s3 as well?

  • @codingkatta5203
    @codingkatta5203 5 лет назад +1

    Thank for make video, can you make angular with node project

    • @OpenSourceDevops
      @OpenSourceDevops  5 лет назад +1

      Welcome
      Can you explain in more detail what you want ?

    • @codingkatta5203
      @codingkatta5203 5 лет назад

      I want to cicd for angular app and node API.
      In detail :
      Suppose front end ( Angular app ) and backend (Node API ) . Can you try to making video for this. can you make one folder all structure API and web with cicd. I appreciate for this.
      Thanks

  • @DURGESHKUMARPATEL
    @DURGESHKUMARPATEL 5 лет назад

    Thanks for your effort, I have a question. I am currently using this script to deploy my backend code on AWS bitbucket.org/awslabs/aws-codedeploy-bitbucket-pipelines-python/src/73b7c31b0a72a038ea0a9b46e457392c45ce76da/codedeploy_deploy.py. I have 2 repo backend and front end. I want to deploy my front end code in some folder(public) of backend. Can you suggest me something how I can do this. looks like there is no option to set LOCAL_PATH in py script. front end in angular and backend in express.js. Hopefully you got what I want from above description