我正在尝试使用Capistrano 3.0将我的rails应用程序部署到EC2实例中.我现在正在使用以下输出进行堆叠,该输出在运行"cap production deploy"或"cap production bundler:install"时出现.
DEBUG [5b379979] Running /usr/bin/env if test ! -d /var/www/app/current; then echo "Directory does not exist '/var/www/app/current'" 1>&2; false; fi on ec2-75-101-200-185.compute-1.amazonaws.com
DEBUG [5b379979] Command: if test ! -d /var/www/app/current; then echo "Directory does not exist '/var/www/app/current'" 1>&2; false; fi
DEBUG [5b379979] Finished in 2.285 seconds command successful.
INFO [f15c9f08] Running /usr/bin/env bundle --gemfile /var/www/app/current/Gemfile --path /var/www/app/shared/bundle --deployment --verbose --binstubs /var/www/billtune/shared/bin --without development test on ec2-75-101-200-185.compute-1.amazonaws.com
DEBUG [f15c9f08] Command: cd /var/www/app/current && /usr/bin/env bundle --gemfile …Run Code Online (Sandbox Code Playgroud) 看起来像Capistrano曾经拥有广泛的文件传输包.
但是,在重写之后,它似乎在版本3.0中消失了.是否还有其他方法可以将文件传输到服务器或从服务器传输文件?
我需要能够调用以太坊合约(只读 eth_call 即可)并将结果存储在我的 Google 表格中。有什么合理的方法可以使用 Google Apps 脚本来执行此操作吗?我找不到任何方法来导入 web3 或 ethrpc 等库...