faranak-cs / spring-rest-app

REST app in Spring
0 stars 0 forks source link

AWS ec2 deploy #28

Closed faranak-cs closed 2 months ago

faranak-cs commented 2 months ago
  1. Checkout code
  2. Build and upload image on DockerHub
  3. SSH into AWS EC2 instance and pull the image from DockerHub
  4. Run container on EC2 instance
faranak-cs commented 2 months ago

https://github.com/ruthlennonatu/bsc23grassroots/blob/Automated_Pipeline/.github/workflows/ec2deploy.yml

faranak-cs commented 2 months ago

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html

faranak-cs commented 2 months ago

https://docs.docker.com/build/architecture/

faranak-cs commented 2 months ago

https://docs.docker.com/build/ci/github-actions/configure-builder/