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

Commit

Permalink
update cf deployer password
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed Sep 22, 2016
1 parent 6de1801 commit e3699b6
Showing 1 changed file with 29 additions and 28 deletions.
57 changes: 29 additions & 28 deletions .travis.yml
@@ -1,47 +1,48 @@
language: ruby
rvm:
- ruby-2.3.1
- ruby-2.3.1
cache: bundler
bundler_args: "--without production --binstubs"
before_install:
- "export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH"
- "if [ $(phantomjs --version) != '2.1.1' ]; then rm -rf $PWD/travis_phantomjs; mkdir -p $PWD/travis_phantomjs; fi"
- "if [ $(phantomjs --version) != '2.1.1' ]; then wget https://assets.membergetmember.co/software/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2; fi"
- "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi"

- export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
- if [ $(phantomjs --version) != '2.1.1' ]; then rm -rf $PWD/travis_phantomjs; mkdir
-p $PWD/travis_phantomjs; fi
- if [ $(phantomjs --version) != '2.1.1' ]; then wget https://assets.membergetmember.co/software/phantomjs-2.1.1-linux-x86_64.tar.bz2
-O $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2; fi
- if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
-C $PWD/travis_phantomjs; fi
before_script:
- bundle exec rake db:create
- bundle exec rake db:migrate

- bundle exec rake db:create
- bundle exec rake db:migrate
script: bundle exec rake $TASK
notifications:
email: false
env:
global:
- CF_USERNAME=18f-acq_deployer
- secure: SVS3DikWApdDLDnyozukvdH4v2lyfuX7ZtmPjL9z8JE3+paiJ8k31b9aflGeSBShiSB68JkKc9CkkZ8y3y1ci75ieIuLUEJrVjprhktzeyXyIv8HPHLrYLMYkRyO0dlh9STM1/dWthVKleMHEATOJuVZ4Qc6FqhYtYP39C2zUOhUAah1m7RP/RWNvN3JgntoMF4iyBFFSAFgINnsCwyl8DJK184ZXk+WtCYHDCT9jVIzKuigmUfDoFIko6sAWeGUf7uwStNhbUCJI3+QlDshtobMXlL2PiPpNp5lOA/ByCDAMVZdW6H9881qotTKBpGMCXLv3/168rkybGgxvR19fBeKYjBTUXSZkYTqQduEakzzP7TTVKwxWc3/idmSMdJYVKpfMGu4tYYL69Tl/55tAwPWzgEcD3nrBdYl3UtXDqiUGY1bo6U7aUS+o/E6ydc11pVR7AEO9BMuGGIrDFoPmxfWtUrjssOt2iUzoI0pbEobqlf+6VGs4wIXsbn+tkTKIOx8WxK82309i5cmdQ00QzI6h+OmmFzCiZr1bBgMbTbrWzUdIJ0SwhQIDGzOFeXSIkeVdcc7IcE6+V/gUez54VYf2OWZZ0DlRbYWSBw6L/N4vp84OwVkPs5XSPvP4RIQsbN1ri7ceaDMVxX2tB9b3gcatm5JGyzLmaDAqRu0KIc=
- secure: POa0/y3A+tSlSYuO8n8ahvSmsNhnbhNF9yZGjQSNFQ1DR3u/FmjTZNeuS5EV4aH2+jyFtYVBhl0Dl01ufPJCxL1TAjaNkKxP3s63iHCVPvY47DX1EdW6nlwJG1O9NprVBv3sRdYHc10s/Kl7K04ixBbbx3kFm84aIqOFRFifgnenVkZoqS/3gfzSgzCH8N0I/pI5i9dLQ9CCNg956sMBmOL0OvM+t1WD8jjtPdA4f8KEgkQq+Pyacpdl/vSXNrA61ajktuQ6+bHyqP2OVW/dI+rkSbssiy8rJyd9IBgo9zhMXjl5GxG/ZJHmbvLta7gpn3qWi5o7Ny7b58BwLmzkTfo/fWJ5Kn9O9JcQGh1p9v6KJDFMjpSaQXPBqXAenN7Y3UpaqSm3DJSoPOa4s3jPzIYp4vDEmYN03n7QGezu7p9MVaNnZoB+sn63gpUCPEK0U5aqe45SCbxkFMFO/EHynxx62Jt8aJtx/aUmu/aaiL8VpH1kOV0AzjYJXoQeM3NJg9sfW5Ti9HJ/D9vI6Y+py8f47kchr7IS9kT2An0Rpke8aOPQ0jbp+X26QU8IlNZ7xIDH8JthedSvg7f2TGeOq+PjKjBVbvPgMzjPmINCE4oFpomxgqz/S7aiXp0YgsslddRsiv338yWiLM130PGpF1xBIb2I+ayxuNKndPTEE/A=
addons:
postgresql: '9.3'
code_climate:
repo_token: 2ad0d3196c872832cf5d6b34c83bf21dbf0a30e2191ba036be003b01e417a6a1
after_script:
- "./bin/codeclimate-batch --groups 2"
- npm install -g pa11y-crawl
- pa11y-crawl --run "bundle exec puma" --ci http://localhost:3000
- "./bin/codeclimate-batch --groups 2"
- npm install -g pa11y-crawl
- pa11y-crawl --run "bundle exec puma" --ci http://localhost:3000
before_deploy:
- export PATH=$HOME:$PATH
- travis_retry curl -L -o $HOME/cf.tgz "https://cli.run.pivotal.io/stable?release=linux64-binary&version=6.15.0"
- tar xzvf $HOME/cf.tgz -C $HOME
- cf install-plugin autopilot -f -r CF-Community
- bundle exec rake git:dump_sha
- export PATH=$HOME:$PATH
- travis_retry curl -L -o $HOME/cf.tgz "https://cli.run.pivotal.io/stable?release=linux64-binary&version=6.15.0"
- tar xzvf $HOME/cf.tgz -C $HOME
- cf install-plugin autopilot -f -r CF-Community
- bundle exec rake git:dump_sha
deploy:
- provider: script
script: "./bin/deploy.sh staging"
skip_cleanup: true
on:
branch: develop
- provider: script
script: "./bin/deploy.sh production"
skip_cleanup: true
on:
branch: master
- provider: script
script: "./bin/deploy.sh staging"
skip_cleanup: true
on:
branch: develop
- provider: script
script: "./bin/deploy.sh production"
skip_cleanup: true
on:
branch: master

0 comments on commit e3699b6

Please sign in to comment.