├── Dockerfile ├── README.md ├── app.json ├── heroku.yml └── start /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrismanaziz/GoDeploy-Man/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrismanaziz/GoDeploy-Man/HEAD/README.md -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrismanaziz/GoDeploy-Man/HEAD/app.json -------------------------------------------------------------------------------- /heroku.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrismanaziz/GoDeploy-Man/HEAD/heroku.yml -------------------------------------------------------------------------------- /start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrismanaziz/GoDeploy-Man/HEAD/start --------------------------------------------------------------------------------