mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Disable deploy script for now
This commit is contained in:
parent
f801544953
commit
15421933b5
16
.travis.yml
16
.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
|
||||
|
Loading…
Reference in New Issue
Block a user