1
Makefile
1
Makefile
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
DEPS := $(wildcard *.go)
|
DEPS := $(wildcard *.go)
|
||||||
BUILD_IMAGE := "gorush-build"
|
BUILD_IMAGE := "gorush-build"
|
||||||
|
# docker hub project name.
|
||||||
PRODUCTION_IMAGE := "gorush"
|
PRODUCTION_IMAGE := "gorush"
|
||||||
DEPLOY_ACCOUNT := "appleboy"
|
DEPLOY_ACCOUNT := "appleboy"
|
||||||
VERSION := $(shell git describe --tags)
|
VERSION := $(shell git describe --tags)
|
||||||
|
|||||||
2
glide.lock
generated
2
glide.lock
generated
@@ -1,5 +1,5 @@
|
|||||||
hash: 4e05c4dd1a8106a87fee3b589dd32aecc7ffeb1246bed8f8516b32fe745034d6
|
hash: 4e05c4dd1a8106a87fee3b589dd32aecc7ffeb1246bed8f8516b32fe745034d6
|
||||||
updated: 2016-06-04T17:18:47.875491257+08:00
|
updated: 2016-06-12T11:08:33.023034602+08:00
|
||||||
imports:
|
imports:
|
||||||
- name: github.com/alecthomas/kingpin
|
- name: github.com/alecthomas/kingpin
|
||||||
version: e1543c77ba157565dbf7b3e8e4e15087a120397f
|
version: e1543c77ba157565dbf7b3e8e4e15087a120397f
|
||||||
|
|||||||
Reference in New Issue
Block a user