We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy:symlink:linked_dirsのログを見ていたらja以下でもtrunkができてしまっているようです。
$ bundle exec cap production deploy ... 00:05 deploy:symlink:linked_dirs ... 20 ln -s /var/www/docs.ruby-lang.org/shared/public/en/trunk /var/www/docs.ruby… ✔ 20 rurema@docs-origin.ruby-lang.org 0.121s 21 ln -s /var/www/docs.ruby-lang.org/shared/public/ja/trunk /var/www/docs.ruby… ✔ 21 rurema@docs-origin.ruby-lang.org 0.124s ...
$ ls -l /var/www/docs.ruby-lang.org/current/public/ja/ ... lrwxrwxrwx 1 rurema rurema 51 Jan 1 14:31 latest -> /var/www/docs.ruby-lang.org/shared/public/ja/latest lrwxrwxrwx 1 rurema rurema 50 Jan 1 14:31 trunk -> /var/www/docs.ruby-lang.org/shared/public/ja/trunk $ ls -l /var/www/docs.ruby-lang.org/shared/public/ja/ ... lrwxrwxrwx 1 rurema rurema 5 Jan 1 14:37 latest -> 2.5.0 drwxr-xr-x 2 rurema rurema 4096 Aug 15 11:09 trunk
外からアクセスできないと思われるため、実害はなさそうです。
The text was updated successfully, but these errors were encountered:
24d75de
No branches or pull requests
deploy:symlink:linked_dirsのログを見ていたらja以下でもtrunkができてしまっているようです。
外からアクセスできないと思われるため、実害はなさそうです。
The text was updated successfully, but these errors were encountered: