File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ docker_image: &docker_image
21
21
group : docker
22
22
image : plugins/docker
23
23
registry : docker.io
24
- repo : srcd/gitbase-playground
24
+ repo : srcd/gitbase-web
25
25
secrets : [ docker_username, docker_password ]
26
26
dockerfile : Dockerfile
27
27
debug : true
Original file line number Diff line number Diff line change 58
58
- make docker-build
59
59
- export FOOTER_HTML='<div class="custom-base64-html"></div>'
60
60
- export FOOTER_HTML_BASE64=`echo -n $FOOTER_HTML | base64`
61
- - docker run --rm -d --publish 8080:8080 --env GITBASEPG_FOOTER_HTML=$FOOTER_HTML_BASE64 srcd/gitbase-playground :$(make version)
61
+ - docker run --rm -d --publish 8080:8080 --env GITBASEPG_FOOTER_HTML=$FOOTER_HTML_BASE64 srcd/gitbase-web :$(make version)
62
62
- sleep 5
63
63
- curl http://127.0.0.1:8080 | grep "$FOOTER_HTML"
64
64
# release to github
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ RUN apt-get update && \
8
8
9
9
ADD ./build/bin /bin
10
10
11
- ENTRYPOINT ["/bin/gitbase-playground " ]
11
+ ENTRYPOINT ["/bin/gitbase-web " ]
Original file line number Diff line number Diff line change 1
1
# Package configuration
2
- PROJECT := gitbase-playground
3
- COMMANDS := cmd/gitbase-playground
2
+ PROJECT := gitbase-web
3
+ COMMANDS := cmd/gitbase-web
4
4
DEPENDENCIES := \
5
5
github.com/jteeuwen/go-bindata \
6
6
github.com/golang/lint/golint
@@ -121,7 +121,7 @@ $(GO_LINTABLE_PACKAGES):
121
121
$(GOVET ) $@
122
122
123
123
back-start :
124
- $(GO_RUN_ENV ) $(GORUN ) cmd/gitbase-playground /main.go
124
+ $(GO_RUN_ENV ) $(GORUN ) cmd/gitbase-web /main.go
125
125
126
126
# Frontend
127
127
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
version : ' 3.3'
2
2
3
3
services :
4
- playground :
5
- image : gitbase-playground -dev
4
+ web :
5
+ image : gitbase-web -dev
6
6
build : .
Original file line number Diff line number Diff line change 1
1
version : ' 3.3'
2
2
3
3
services :
4
- playground :
5
- image : " srcd/gitbase-playground "
4
+ web :
5
+ image : " srcd/gitbase-web "
6
6
ports :
7
7
- " 8080:8080"
8
8
environment :
You can’t perform that action at this time.
0 commit comments