Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 929 Bytes

File metadata and controls

17 lines (13 loc) · 929 Bytes

Stardew Scraper

A web scraper for the Stardew Valley wiki.

Setup

Deploy to Docker with the server/src/build_and_run_docker.sh file.

Deploy to Cloud Run

The following guide was used for deployment to Google Cloud Run.

Run these commands to build and deploy:

  • gcloud builds submit --tag gcr.io/stardew-scraper-3cc3b/stardewscraper
  • gcloud beta run deploy --image gcr.io/stardew-scraper-3cc3b/stardewscraper --platform managed

Deployment Information

  • Cloud deployments can be found here.
  • Cloud deployment management can be found here.
  • Firebase information can be found here.