Skip to content

Commit

Permalink
Deploy production frontend on any successful tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Parisot committed Nov 28, 2018
1 parent 2f226cc commit b2626c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
local_settings.py

id_opendri
id_opendri.pub
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ deploy:
- provider: script
script: rsync -e "ssh -i /tmp/id_opendri" --exclude=node_modules/ --delete-after -r ./ [email protected]:~/html/
on:
condition: $TRAVIS_TAG =~ ^fe_.*$
tags: true
all-branches: true

0 comments on commit b2626c4

Please sign in to comment.