-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildspec.yml
More file actions
41 lines (38 loc) · 1.25 KB
/
buildspec.yml
File metadata and controls
41 lines (38 loc) · 1.25 KB
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
30
31
32
33
34
35
36
37
38
39
40
version: 0.2
phases:
install:
runtime-versions:
php: 7.4
commands:
#- composer update
post_build:
commands:
#- aws cloudformation package --template template.yml --s3-bucket $S3_BUCKET --output-template-file template-export.yml
# Do not remove this statement. This command is required for AWS CodeStar projects.
# Update the AWS Partition, AWS Region, account ID and project ID in the project ARN on template-configuration.json file so AWS CloudFormation can tag project resources.
#- sed -i.bak 's/\$PARTITION\$/'${PARTITION}'/g;s/\$AWS_REGION\$/'${AWS_REGION}'/g;s/\$ACCOUNT_ID\$/'${ACCOUNT_ID}'/g;s/\$PROJECT_ID\$/'${PROJECT_ID}'/g' template-configuration.json
artifacts:
files:
- bulkcreate_syd.php
- bulkcreate.php
- connection_read_syd_1.php
- connection_read_syd_2.php
- connection_read.php
- connection.php
- create.php
- get.php
- getcount_read_syd_1.php
- getcount_read_syd_2.php
- getcount_read.php
- getcount.php
- getcountall.php
- getcountall_syd.php
- getcountall_us.php
- getlist_read_syd_1.php
- getlist_read_syd_2.php
- getlist_read.php
- getlist.php
- index.php
- logo_aws_reduced.gif
- scheduled.php
- styles.css