Skip to content

Commit abb8f1b

Browse files
committed
Tutum deploy config
1 parent ad40a65 commit abb8f1b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

hooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## hooks for tutum/builder
1+
## hooks for tutumcloud/builder
22

33
A docker image that builds, tests and pushes docker images from code repositories.
44
https://github.com/tutumcloud/builder#hooks
55

6-
_Note, the hooks folder is totally optional and only required for builds using the `tutum/builder`; for example, if you are on the tutm private registry for builds._
6+
_Note, the hooks folder is totally optional and only required for builds using the `tutumcloud/builder`; for example, if you are on the tutm private registry for builds._
77

88
Docker image build needs to pull the contents of the `./code` folder via `git submodule update`.

tutum.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
workbench-simple:
2+
image: 'tutum.co/modius/workbench:latest'
3+
environment:
4+
- EXCLUDE_PORTS=8080
5+
- VIRTUAL_HOST=workbench-simple.modius.io
6+
target_num_containers: 2

0 commit comments

Comments
 (0)