Skip to content

Commit

Permalink
Use master branch for deployment to AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelt committed Mar 13, 2017
1 parent 8e9470c commit 82f8375
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ rvm:
- 2.4.0

before_script:
- wget "https://github.com/Varying-Vagrant-Vagrants/VVV/archive/develop.zip" -P /tmp/vvv
- unzip /tmp/vvv/develop.zip -d /tmp/vvv/
- mv /tmp/vvv/VVV-develop/docs ./
- cp /tmp/vvv/VVV-develop/.github/CONTRIBUTING.md ./docs/en-US/contributing.md
- cp /tmp/vvv/VVV-develop/CHANGELOG.md ./docs/en-US/changelog.md
- wget "https://github.com/Varying-Vagrant-Vagrants/VVV/archive/master.zip" -P /tmp/vvv
- unzip /tmp/vvv/master.zip -d /tmp/vvv/
- mv /tmp/vvv/VVV-master/docs ./
- cp /tmp/vvv/VVV-master/.github/CONTRIBUTING.md ./docs/en-US/contributing.md
- cp /tmp/vvv/VVV-master/CHANGELOG.md ./docs/en-US/changelog.md

script:
- bundle exec jekyll --version
Expand All @@ -28,7 +28,7 @@ deploy:
acl: public_read
on:
repo: Varying-Vagrant-Vagrants/varyingvagrantvagrants.org
branch: develop
branch: master
skip_cleanup: true
region: us-west-2
detect_encoding: true
Expand Down

0 comments on commit 82f8375

Please sign in to comment.