File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 echo NEXT_PUBLIC_API_URL="https://api.buildtheearth.net/api/v1" >> apps/dashboard/.env
4343 echo NEXT_PUBLIC_SMYLER_API_URL="https://smybteapi.buildtheearth.net" >> apps/dashboard/.env
4444 echo NEXT_PUBLIC_FRONTEND_URL="https://buildtheearth.net" >> apps/dashboard/.env
45+ echo DATABASE_URL="${{ secrets.DATABASE_URL }}" >> apps/dashboard/.env
4546 - name : Build the Docker image
4647 run : docker build . --file apps/dashboard/Dockerfile --tag ghcr.io/buildtheearth/dashboard-website:$(git rev-parse --short HEAD) --tag ghcr.io/buildtheearth/dashboard-website:latest
4748 - name : Docker push tag
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY --from=builder /app/out/full/ .
2727COPY --from=builder /app/apps/dashboard/.env ./apps/dashboard/.env
2828
2929ENV NEXT_TELEMETRY_DISABLED 1
30-
30+ RUN echo "Using env file: \n $(cat apps/dashboard/.env)"
3131RUN yarn turbo run build --filter=dashboard...
3232
3333FROM base AS runner
You can’t perform that action at this time.
0 commit comments