Release v0.0.5
Release v0.0.5
📦 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=v0.0.5
# 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/v0.0.5/web-dist.tar.gz
wget https://github.com/lbolanos/emaus/releases/download/v0.0.5/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: 2025-12-23 22:30:10 UTC
- Commit: 3c55dbf