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

Commit

Permalink
Merge pull request #194 from HackIllinois/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
ASankaran authored Feb 27, 2019
2 parents 5cb30c2 + e9e7ab1 commit 65c987c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ deploy:
script: bash -c "make container-push TAG=$TRAVIS_TAG"
skip_cleanup: true
on:
condition: branch = master OR tag IS present
branch: master
- provider: script
script: bash -c "make container-push TAG=$TRAVIS_TAG"
skip_cleanup: true
on:
tags: true
- provider: s3
access_key_id: $HACKILLINOIS_ACCESS_KEY
secret_access_key: $HACKILLINOIS_SECRET_KEY
Expand Down

0 comments on commit 65c987c

Please sign in to comment.