Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mransbro/python-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sunderdevops143/python-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 1, 2023

  1. new files added to provision the flask app on ECS

    deploy.sh - script to build the own docker image with existing dockerfile and app.py files and push the image to ECR on AWS to further host flask app on ECS
    ECS.tf, - code to provision AWS ECS infrastructure with terraform
    provision_ecr_bash.yml  - yaml file to pick the bash file and run on localhost ansible machine - Configuration manager - Ansible
    provision_ecs_tf.yml - yaml file to pick the terraform file on  run on localhost ansible machine - with Configuration manager - Ansible
    inventory.ini - to provide host as aws and creditionals to connect AWS envr
    sunderdevops143 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    61789d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c137b47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ff08fa View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    d80521f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086533c View commit details
    Browse the repository at this point in the history
Loading