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

Commit

Permalink
remove deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Oct 2, 2015
1 parent 551dd65 commit a304744
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,3 @@ node_js:
- '0.12'
before_install: npm install -g grunt-cli
install: npm install
script:
- npm test
- grunt dist
- grunt codedeploy
deploy:
- provider: s3
access_key_id: AKIAIMTOX4BXGVFOB56Q
secret_access_key:
secure: Piet2/bPZA6fbQ2HRlocKxKCbwkaCKJkm1xUm5XLC/xQ5+MsQ3nOSVYwxFlswlH/CBh4m7xZ+NcOGsq+XqwpCVX9MPsYLck+mtEFTRsUMsxw692o4UU9FDJw9bq7a4hBvz5wcl15RdsJsY0euLBBL4aFZoc7T+Eu2SoQQVRj1kg=
skip_cleanup: true
bucket: hmda-edit-check-api
local_dir: dist
upload-dir: develop
on:
all_branches: true
node: '0.10'
- provider: codedeploy
access_key_id: AKIAIMTOX4BXGVFOB56Q
secret_access_key:
secure: Piet2/bPZA6fbQ2HRlocKxKCbwkaCKJkm1xUm5XLC/xQ5+MsQ3nOSVYwxFlswlH/CBh4m7xZ+NcOGsq+XqwpCVX9MPsYLck+mtEFTRsUMsxw692o4UU9FDJw9bq7a4hBvz5wcl15RdsJsY0euLBBL4aFZoc7T+Eu2SoQQVRj1kg=
bucket: hmda-edit-check-api
key: develop/hmda-edit-check-api-codedeploy.zip
application: hmda-edit-check-api
deployment_group: hmda-edit-check-api-dev
on:
all_branches: true
node: '0.10'
- provider: s3
access_key_id: AKIAIMTOX4BXGVFOB56Q
secret_access_key:
secure: Piet2/bPZA6fbQ2HRlocKxKCbwkaCKJkm1xUm5XLC/xQ5+MsQ3nOSVYwxFlswlH/CBh4m7xZ+NcOGsq+XqwpCVX9MPsYLck+mtEFTRsUMsxw692o4UU9FDJw9bq7a4hBvz5wcl15RdsJsY0euLBBL4aFZoc7T+Eu2SoQQVRj1kg=
skip_cleanup: true
bucket: hmda-edit-check-api
local_dir: dist
upload-dir: master
on:
branch: master
node: '0.10'
- provider: codedeploy
access_key_id: AKIAIMTOX4BXGVFOB56Q
secret_access_key:
secure: Piet2/bPZA6fbQ2HRlocKxKCbwkaCKJkm1xUm5XLC/xQ5+MsQ3nOSVYwxFlswlH/CBh4m7xZ+NcOGsq+XqwpCVX9MPsYLck+mtEFTRsUMsxw692o4UU9FDJw9bq7a4hBvz5wcl15RdsJsY0euLBBL4aFZoc7T+Eu2SoQQVRj1kg=
bucket: hmda-edit-check-api
key: master/hmda-edit-check-api-codedeploy.zip
application: hmda-edit-check-api
deployment_group: hmda-edit-check-api-prod
on:
branch: master
node: '0.10'
notifications:
hipchat:
rooms:
secure: T0cvwtL8w6ZaRbYl80IN4I1a5AtKauhwuSPTWEoPNZhcWnG1DYLH0Txjg5x9iTbncctx0QoeQad5EYrfoCCqkSarGJR/j9u29Lnla647BCjTSnpbMjVe3vqw+brNF0Vw68W6eTwBhiCUagwZWJxCLpMnTx9MVD/JuR6VWHqLSQI=

0 comments on commit a304744

Please sign in to comment.