filmov
tv
Deploying SpringBoot applications Using Docker and AWS using the Mini Pipeline tool.

Показать описание
Hello, I have created another video showcasing the tool I have created to aid me in development. I had an issue where every time I made a change to the project I had built, typed all of these commands to make the docker image, remove containers, remake the image then deploy. It sounds easy but it got painfully repetitive. This pipeline tool is exclusive to Springboot.
I mentioned how I was going to deploy an existing project but I went ahead a created a new project to demonstrate how I actually use it from a new project standpoint. I also give a brief overview on how to use this pipeline with API keys.
Please help support what I do. SUBSCRIBE!!! I love to make tutorials and tools.
----------------------------------------------------------------------------------
[ The Commands I used are ]
----------------------------------------------------------------------------------
sudo apt update
sudo apt upgrade -y
sudo apt install open-jdk-17 -y
sudo apt install git -y
sudo apt install pip -y
sudo apt install python3-flask -y
I mentioned how I was going to deploy an existing project but I went ahead a created a new project to demonstrate how I actually use it from a new project standpoint. I also give a brief overview on how to use this pipeline with API keys.
Please help support what I do. SUBSCRIBE!!! I love to make tutorials and tools.
----------------------------------------------------------------------------------
[ The Commands I used are ]
----------------------------------------------------------------------------------
sudo apt update
sudo apt upgrade -y
sudo apt install open-jdk-17 -y
sudo apt install git -y
sudo apt install pip -y
sudo apt install python3-flask -y