We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fc098 commit bb21302Copy full SHA for bb21302
1 file changed
.github/workflows/ci-cd.yml
@@ -99,9 +99,9 @@ jobs:
99
- environment: stage
100
account_id: "079419646996"
101
bucket: split-public-stage
102
- - environment: stage-eu
103
- account_id: "901851837056"
104
- bucket: split-public-stage-eu-west-1
+ # - environment: stage-eu
+ # account_id: "901851837056"
+ # bucket: split-public-stage-eu-west-1
105
106
steps:
107
- name: Download assets
@@ -142,9 +142,9 @@ jobs:
142
- environment: prod
143
account_id: "825951051969"
144
bucket: split-public
145
- - environment: prod-eu
146
- account_id: "842946900133"
147
- bucket: split-public-eu-west-1
+ # - environment: prod-eu
+ # account_id: "842946900133"
+ # bucket: split-public-eu-west-1
148
149
150
0 commit comments