fromxt / google-proxy-render

Simple Reverse Proxy in Golang to deploy on Render

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to deploy google reverse-proxy on render.

This repo is a simple example used as a starting point to deploy go web on Render.

Deployment

  1. Fork fromxt/google-proxy-render on GitHub.

  2. Create a new Web Service on Render, and give Render permission to access your new repo.

  3. Select GO for the environment and use the following values during creation:

    Build Command go build -tags netgo -ldflags '-s -w' -o app

    Start Command ./app

  4. Your app will be live on your Render URL as soon as the build finishes.

About

Simple Reverse Proxy in Golang to deploy on Render


Languages

Language:Go 87.6%Language:Shell 12.4%