From 15421933b5fbd89a4da559d0f17ea1e85f218549 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 27 Jun 2017 19:23:17 +0200 Subject: [PATCH] Disable deploy script for now --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f7a73c2..670eae23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,11 +62,11 @@ after_success: [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && cargo publish --token ${CRATESIO_TOKEN} --manifest-path vulkano-shader-derive/Cargo.toml - - | - [ $TRAVIS_BRANCH = master ] && - [ $TRAVIS_PULL_REQUEST = false ] && - chmod 600 www-deploy-key && - mv www-deploy-key ~/.ssh/id_rsa && - ssh -o "StrictHostKeyChecking no" git@push-par-clevercloud-customers.services.clever-cloud.com && - git remote add deploy git+ssh://git@push-par-clevercloud-customers.services.clever-cloud.com/app_1817cab1-3b09-4501-9c04-85ee2f6b3d76.git && - git subtree push --prefix www deploy master + #- | + #[ $TRAVIS_BRANCH = master ] && + #[ $TRAVIS_PULL_REQUEST = false ] && + #chmod 600 www-deploy-key && + #mv www-deploy-key ~/.ssh/id_rsa && + #ssh -o "StrictHostKeyChecking no" git@push-par-clevercloud-customers.services.clever-cloud.com && + #git remote add deploy git+ssh://git@push-par-clevercloud-customers.services.clever-cloud.com/app_1817cab1-3b09-4501-9c04-85ee2f6b3d76.git && + #git subtree push --prefix www deploy master