Question : flask buildspec.yml
Answered by : cooperative-crayfish-tdlcw6kafrqu
version: 0.2
phases: install: runtime-versions: python: 3.8 pre_build: commands: - pip install -r requirements.txt - python app_test.py
Source : https://aws.amazon.com/blogs/containers/create-a-ci-cd-pipeline-for-amazon-ecs-with-github-actions-and-aws-codebuild-tests/ | Last Update : Mon, 17 Jan 22