Skip to content
Snippets Groups Projects
Commit ed835dce authored by Will McCutchen's avatar Will McCutchen
Browse files

Initial apex/up deploy support

parent 19ea19b7
No related branches found
No related tags found
No related merge requests found
.git
cmd
dist
httpbin
static
Dockerfile
{
"name": "go-httpbin",
"profile": "up",
"hooks": {
"build": "GOOS=linux GOARCH=amd64 make && mv dist/go-httpbin server",
"clean": "rm -f server"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment