Skip to content

Instantly share code, notes, and snippets.

@alexleventer
Last active August 29, 2015 14:21
Show Gist options
  • Save alexleventer/608345562a8d535d0ee0 to your computer and use it in GitHub Desktop.
Save alexleventer/608345562a8d535d0ee0 to your computer and use it in GitHub Desktop.
Go CentOS Distelli Manifest
<username>/GoCentOSSimpleApp:
# This Basic Distelli Manifest assumes the following
# has been provisioned on the destination deploy server:
#
# OS: CentOS7
# Installed Packages:
#
# This application must be built with GO before deploying
# It must be built on the same architecture (32bit | 64bit)
# as the destination server
#
# go build -o bin/server src/server.go
#
Env:
- PORT: "8002"
Exec:
- exec ./bin/server $PORT
PkgInclude:
- bin/server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment