Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Added a branch condition to the deploy stage (#3)
Browse files Browse the repository at this point in the history
* Initial code drop

* Added readme and .travis.yml

* Made docker org an env var.

* added a deploy phase

* Adjusted deploy phase

* Added on branches to deploy

* Removed unnecessary blank line
  • Loading branch information
chilanti authored and neeraj-laad committed Jul 9, 2019
1 parent cabf2fc commit e1db6ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ os:
services:
- docker
deploy:
on:
branches:
only:
- master
provider: script
script: bash ./docker-build.sh
script: bash ./docker-build.sh

0 comments on commit e1db6ff

Please sign in to comment.