-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathbuddy.yml
More file actions
29 lines (29 loc) · 944 Bytes
/
buddy.yml
File metadata and controls
29 lines (29 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- pipeline: "Build & Test"
trigger_mode: "ON_EVERY_PUSH"
ref_name: "main"
ref_type: "BRANCH"
fail_on_prepare_env_warning: true
trigger_condition: "ALWAYS"
actions:
- action: "Execute: test_application.py"
type: "BUILD"
working_directory: "/buddy/python-github-actions-demo"
docker_image_name: "library/python"
docker_image_tag: "3.6.12"
execute_commands:
- "pip install -r requirements.txt"
- "python test_application.py"
cached_dirs:
- "/root/.cache/pip"
volume_mappings:
- "/:/buddy/python-github-actions-demo"
trigger_condition: "ALWAYS"
shell: "BASH"
- action: "Upload files to Elastic Beanstalk/AWSPythonDemo"
type: "ELASTIC_BEANSTALK"
application_name: "AWSPythonDemo"
environment: "e-nmhmb6tqe8"
environment_name: "Awspythondemo-env (e-nmhmb6tqe8)"
region: "us-east-1"
trigger_condition: "ALWAYS"
integration_hash: "5fa84a366f3053434c47ee52"