Skip to content

Commit 83fc688

Browse files
committed
(fix): specify the correct manifest files for staging scraper
1 parent 5f9b508 commit 83fc688

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab/ci/deploy_services.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ scraper-deploy-manifest-production:
221221
- .scraper-deploy-workflow
222222
- .service-deploy-manifest
223223
variables:
224-
MANIFEST_QUICK_TARGETS: inventory/polycentric-east/scraper.yml:polycentriceast
224+
MANIFEST_QUICK_TARGETS: inventory/polycentric-east/scraper.yml:polycentriceast,inventory/polycentric-east/scraper.yml:polycentricwest
225225
needs:
226226
- scraper-deploy-image-production
227227

@@ -230,6 +230,6 @@ scraper-deploy-manifest-staging:
230230
- .scraper-deploy-workflow
231231
- .service-deploy-manifest
232232
variables:
233-
MANIFEST_QUICK_TARGETS: inventory/polycentric-scraper/app.yml:staging
233+
MANIFEST_QUICK_TARGETS: inventory/polycentric-scraper/scraper.yml:staging
234234
needs:
235-
- scraper-deploy-image-staging
235+
- scraper-deploy-image-staging

0 commit comments

Comments
 (0)