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
45+ # echo DATABASE_URL="${{ secrets.DATABASE_URL }}" >> apps/dashboard/.env
4646 - name : Build the Docker image
4747 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
4848 - name : Docker push tag
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ COPY --from=builder /app/out/full/ .
2727COPY --from=builder /app/apps/dashboard/.env ./apps/dashboard/.env
2828
2929ENV NEXT_TELEMETRY_DISABLED 1
30- RUN echo "Using env file: \n $(cat apps/dashboard/.env)"
3130RUN yarn turbo run build --filter=dashboard...
3231
3332FROM base AS runner
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ const minecraftFont = localFont({
3434} ) ;
3535
3636export const metadata : Metadata = {
37+ metadataBase : new URL ( 'https://my.buildtheearth.net' ) ,
3738 title : {
3839 default : 'MyBuildTheEarth' ,
3940 template : '%s | MyBuildTheEarth' ,
You can’t perform that action at this time.
0 commit comments