File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments