44
44
path : ' ./distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
45
45
destination : ' ${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-asia/releases'
46
46
gzip : false
47
+ process_gcloudignore : false
47
48
headers : |-
48
49
content-type: application/zip
49
50
53
54
path : ' ./distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
54
55
destination : ' ${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-australia-southeast1/releases'
55
56
gzip : false
57
+ process_gcloudignore : false
56
58
headers : |-
57
59
content-type: application/zip
58
60
62
64
path : ' ./distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
63
65
destination : ' ${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-eu/releases'
64
66
gzip : false
67
+ process_gcloudignore : false
65
68
headers : |-
66
69
content-type: application/zip
67
70
71
74
path : ' ./distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
72
75
destination : ' ${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-europe-central2/releases'
73
76
gzip : false
77
+ process_gcloudignore : false
74
78
headers : |-
75
79
content-type: application/zip
76
80
80
84
path : ' ./distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
81
85
destination : ' ${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-in/releases'
82
86
gzip : false
87
+ process_gcloudignore : false
83
88
headers : |-
84
89
content-type: application/zip
85
90
89
94
path : ' ./distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
90
95
destination : ' ${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-me-central1/releases'
91
96
gzip : false
97
+ process_gcloudignore : false
92
98
headers : |-
93
99
content-type: application/zip
94
100
98
104
path : ' ./distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
99
105
destination : ' ${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-me-west1/releases'
100
106
gzip : false
107
+ process_gcloudignore : false
101
108
headers : |-
102
109
content-type: application/zip
103
110
@@ -107,6 +114,7 @@ jobs:
107
114
path : ' ./distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
108
115
destination : ' ${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-southamerica-east1/releases'
109
116
gzip : false
117
+ process_gcloudignore : false
110
118
headers : |-
111
119
content-type: application/zip
112
120
@@ -117,6 +125,7 @@ jobs:
117
125
path : ' ./distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
118
126
destination : ' ${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-africa-south1/releases'
119
127
gzip : false
128
+ process_gcloudignore : false
120
129
headers : |-
121
130
content-type: application/zip
122
131
@@ -126,6 +135,7 @@ jobs:
126
135
path : ' ./distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
127
136
destination : ' ${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-us/releases'
128
137
gzip : false
138
+ process_gcloudignore : false
129
139
headers : |-
130
140
content-type: application/zip
131
141
0 commit comments