Release v1.0.2
Release v1.0.2
📦 Build Artifacts
web-dist.tar.gz- Web application distributionapi-dist.tar.gz- API server distribution
🚀 Deployment Instructions
Download and deploy using the release script:
export GITHUB_REPO=lbolanos/emaus
export RELEASE_TAG=v1.0.2
# Set environment variables (required for production)
export VITE_API_URL=https://your-api-domain.com/api
export VITE_GOOGLE_MAPS_API_KEY=your-google-maps-key
./release-from-github.shOr manually download and extract:
# Download artifacts
wget https://github.com/lbolanos/emaus/releases/download/v1.0.2/web-dist.tar.gz
wget https://github.com/lbolanos/emaus/releases/download/v1.0.2/api-dist.tar.gz
# Extract
tar -xzf web-dist.tar.gz -C /path/to/web
tar -xzf api-dist.tar.gz -C /path/to/api
# Configure environment (create .env.production)
cp apps/web/.env.production.example apps/web/.env.production
# Edit apps/web/.env.production with your actual values📊 Build Information
- Node Version: 20
- Build Date: 2026-02-02 04:03:29 UTC
- Commit: 58b4583