diff --git a/.travis.yml b/.travis.yml index a795d3e..688cbfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 27f69f3..27eabbe 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/goreleaser.yml b/goreleaser.yml index 4b541ec..8f9c3a9 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -5,4 +5,4 @@ build: dockers: - image_templates: - - 'uneet/invite:{{ .Tag }}' + - uneet/invite diff --git a/up/Makefile b/up/Makefile index 5b79b3f..961127d 100644 --- a/up/Makefile +++ b/up/Makefile @@ -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