Posts

Showing posts from March 13, 2019

Travis CI fails to rsync (ssh) with publickey, but same command works in terminal

Image
-1 I'm setting up automated deployment with TRAVIS CI, but my script gets stuck when trying to rsync to my server. From what I can tell, it's the SSH login that's failing, specifically the publickey login. My YAML file ( User , Host , Dir and Key Decryption (openssl aes--256-cbc etc...) replaced) : language: node_js node_js: - 10.7.0 addons: ssh_known_hosts: <HOST> hosts: <HOST> branches: only: - master env: global: - DEPLOY_USER=<USER> - DEPLOY_HOST=<HOST> - DEPLOY_DIRECTORY=<DIR> before_install: - npm install -g npm@6.4.1 install: - npm install script: - npm run build before_deploy: - <DECRYPTION> -in deploy_rsa.enc -out /tmp/deploy_rsa -d - eval "$(ssh-agent -s)" - chmod 600 /tmp/deploy_rsa - ssh-add /tmp/deploy_rsa deploy: provider: script skip_cleanup: true script: rsync -r --delete-after --quiet -e"ssh -v -i /tmp/deploy_rsa" $TRAVIS_BUILD_DIR/dist/ <USER>@<HOST>:<DIR> ...

引力透镜

Image
本條目 需要擴充。 ( 2018年11月16日 ) 请協助改善这篇條目,更進一步的信息可能會在討論頁或扩充请求中找到。请在擴充條目後將此模板移除。 重力透鏡 型式 強透鏡 微透鏡 弱透鏡 強透鏡系統 阿貝爾1689 • 阿貝爾2218 CL0024+17 • Bullet Cluster QSO2237+0305 • SDSSJ0946+1006 B1359+154 • QSO 0957+561 巡天 Strong: CLASS • SLACS (SDSS) Micro: OGLE Weak: DLS • Pan-STARRS • CFHTLS . DES • LSST • SNAP • DESTINY 查 论 编 ...