forked from oracle-devrel/terraform-oci-arch-fn-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease_files.json
39 lines (39 loc) · 864 Bytes
/
release_files.json
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
// see https://github.com/oracle-devrel/action-release-zip-maker for docs
[
{
"action": "create_zip",
"file_name": "terraform-oci-arch-fn-app-stack-latest.zip",
"files": [
{
"src_pattern": "*.tf",
"dst_path": ".",
"exclude": [
"provider.tf",
"variables.tf"
]
},
{
"src": "LICENSE"
},
{
"src": "schema.yaml",
"dst": "schema.yaml"
},
{
"src": "orm/variables.tf",
"dst": "variables.tf"
},
{
"src": "orm/provider.tf",
"dst": "provider.tf"
},
{
"src_pattern": "functions/*"
}
]
},
{
"action": "upload_file",
"file_name": "terraform-oci-arch-fn-app-stack-latest.zip"
}
]