Skip to content

Commit 1f75536

Browse files
committed
Small fix to the deployment script, adding a parameter "process_gcloudignore: false"
1 parent 141948e commit 1f75536

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main-publish-release.yml

+10
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
4545
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-asia/releases'
4646
gzip: false
47+
process_gcloudignore: false
4748
headers: |-
4849
content-type: application/zip
4950
@@ -53,6 +54,7 @@ jobs:
5354
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
5455
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-australia-southeast1/releases'
5556
gzip: false
57+
process_gcloudignore: false
5658
headers: |-
5759
content-type: application/zip
5860
@@ -62,6 +64,7 @@ jobs:
6264
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
6365
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-eu/releases'
6466
gzip: false
67+
process_gcloudignore: false
6568
headers: |-
6669
content-type: application/zip
6770
@@ -71,6 +74,7 @@ jobs:
7174
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
7275
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-europe-central2/releases'
7376
gzip: false
77+
process_gcloudignore: false
7478
headers: |-
7579
content-type: application/zip
7680
@@ -80,6 +84,7 @@ jobs:
8084
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
8185
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-in/releases'
8286
gzip: false
87+
process_gcloudignore: false
8388
headers: |-
8489
content-type: application/zip
8590
@@ -89,6 +94,7 @@ jobs:
8994
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
9095
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-me-central1/releases'
9196
gzip: false
97+
process_gcloudignore: false
9298
headers: |-
9399
content-type: application/zip
94100
@@ -98,6 +104,7 @@ jobs:
98104
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
99105
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-me-west1/releases'
100106
gzip: false
107+
process_gcloudignore: false
101108
headers: |-
102109
content-type: application/zip
103110
@@ -107,6 +114,7 @@ jobs:
107114
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
108115
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-southamerica-east1/releases'
109116
gzip: false
117+
process_gcloudignore: false
110118
headers: |-
111119
content-type: application/zip
112120
@@ -117,6 +125,7 @@ jobs:
117125
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
118126
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-africa-south1/releases'
119127
gzip: false
128+
process_gcloudignore: false
120129
headers: |-
121130
content-type: application/zip
122131
@@ -126,6 +135,7 @@ jobs:
126135
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
127136
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-us/releases'
128137
gzip: false
138+
process_gcloudignore: false
129139
headers: |-
130140
content-type: application/zip
131141

0 commit comments

Comments
 (0)