Skip to content

Commit

Permalink
Simplify and document Dockers line
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Hendry committed Jan 21, 2019
1 parent df60309 commit 697f189
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ script:
- go test -v ./...

deploy:
# # dev
# - provider: script
# script: cd up && make
# skip_cleanup: true
# on:
# branch: master
# # # demo
# dev
- provider: script
script: cd up && make
skip_cleanup: true
on:
branch: master
# # demo
# - provider: script
# script: AWS_ACCESS_KEY_ID=$AWS_915001051872_ID AWS_SECRET_ACCESS_KEY=$AWS_915001051872_SECRET cd up && make demo
# skip_cleanup: true
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[Process Invitations in the BZ database](https://github.com/unee-t/bugzilla-customisation/wiki/Process-Invitations-in-the-BZ-database)

On [Docker Hub](https://hub.docker.com/r/uneet/invite) for [local development](https://github.com/unee-t/bugzilla-customisation/blob/master/docker-compose.yml)

[![Build Status](https://travis-ci.org/unee-t/invite.svg?branch=master)](https://travis-ci.org/unee-t/invite)

# Different environments
Expand Down
2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ build:

dockers:
- image_templates:
- 'uneet/invite:{{ .Tag }}'
- uneet/invite
2 changes: 1 addition & 1 deletion up/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PRODUPJSON = '.profile |= "uneet-prod" \
dev:
@echo $$AWS_ACCESS_KEY_ID
jq $(DEVUPJSON) up.json.in > up.json
up -v deploy production
up deploy production

demo:
@echo $$AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit 697f189

Please sign in to comment.