File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 run : npm ci
4949 - name : Build
5050 run : npm run build
51+
52+ docker-build :
53+ name : docker-build
54+ runs-on : ubuntu-latest
55+ steps :
56+ - uses : actions/checkout@v5
57+
58+ - name : Build production Docker image
59+ run : docker build -t infolinks:ci .
Original file line number Diff line number Diff line change 11# --- frontend build ---
2- FROM node:20 -alpine AS frontend
2+ FROM node:24 -alpine AS frontend
33WORKDIR /app/frontend
44COPY frontend/package*.json ./
55RUN npm ci
Original file line number Diff line number Diff line change 1+ # Exported from Render on 2026-06-21T20:39:51Z
2+ version : " 1"
3+ projects :
4+ - name : infoLinks
5+ environments :
6+ - name : Production
7+ services :
8+ - type : web
9+ name : Info_Links Main Branch
10+ runtime : docker
11+ repo : https://github.com/MohamadObeid9/Info_Links
12+ plan : free
13+ envVars :
14+ - key : SUPABASE_ANON_KEY
15+ sync : false
16+ - key : SUPABASE_URL
17+ sync : false
18+ - key : METRICS_BASIC_AUTH_PASSWORD
19+ sync : false
20+ - key : METRICS_BASIC_AUTH_USER
21+ sync : false
22+ - key : APP_ENV
23+ sync : false
24+ - key : SITE_BASE_URL
25+ sync : false
26+ - key : JWT_SECRET
27+ sync : false
28+ - key : DATABASE_URL
29+ sync : false
30+ region : oregon
31+ dockerfilePath : ./Dockerfile
32+ healthCheckPath : /readyz
33+ domains :
34+ - www.infolinks.app
35+ - infolinks.app
36+ autoDeployTrigger : checksPass
You can’t perform that action at this time.
0 commit comments