Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 337 Bytes

on-prem.md

File metadata and controls

9 lines (7 loc) · 337 Bytes

Deploying to On-Premises

to deploy to your own server, you need to build the binary first.

  • clone the project
  • cd to the project root directory
  • go build -o toggler cmd/toggler/main.go
  • use your favorite CD tooling to deliver the binary to the server
  • To see how to run the application check Procfile for example.