Skip to content

Commit 0b77ec0

Browse files
Merge upstream develop
2 parents 9ec9e43 + 054811c commit 0b77ec0

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.gitlab/ci/deploy_services.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,16 @@ scraper-deploy-image-production:
202202
- job: scraper-image
203203
artifacts: false
204204

205+
scraper-deploy-image-staging:
206+
extends:
207+
- .scraper-deploy-workflow
208+
- .service-deploy-image
209+
environment:
210+
name: staging/scraper
211+
needs:
212+
- job: scraper-image
213+
artifacts: false
214+
205215
###############################
206216
# Rolling restart on Manifest #
207217
###############################
@@ -214,3 +224,12 @@ scraper-deploy-manifest-production:
214224
MANIFEST_QUICK_TARGETS: inventory/polycentric-east/scraper.yml:polycentriceast
215225
needs:
216226
- scraper-deploy-image-production
227+
228+
scraper-deploy-manifest-staging:
229+
extends:
230+
- .scraper-deploy-workflow
231+
- .service-deploy-manifest
232+
variables:
233+
MANIFEST_QUICK_TARGETS: inventory/polycentric-scraper/app.yml:staging
234+
needs:
235+
- scraper-deploy-image-staging

0 commit comments

Comments
 (0)