Skip to content

BrownEarthLab/arctic-map

 
 

Repository files navigation

Arctic Map

For full documentation and setup instructions, please visit the Wiki.

🚀 Deployment

This application is deployed on Google Cloud Run with automated CI/CD via GitHub Actions.

Production URL: https://arctic-map-yuy244yc7a-ue.a.run.app

Quick Deploy

# 1. Set up GCP resources
./.deployment/scripts/gcp/setup-service-account.sh

# 2. Upload database to Cloud Storage
gsutil cp backend/cpad.sqlite gs://${GCP_PROJECT_ID}-arctic-map-data/cpad.sqlite

# 3. Configure GitHub secrets (interactive)
./.deployment/scripts/github/setup-github-secrets.sh

# 4. Deploy
gh workflow run deploy.yml --ref main

For complete deployment instructions, see the Deployment Guide.


Developers:

Soujanya, Noreen

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 93.5%
  • JavaScript 3.3%
  • Shell 1.3%
  • Other 1.9%