Skip to content

Preparation of deployment for neon.ruby-lang.org #70

New issue

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

Merged
merged 3 commits into from
Mar 30, 2013
Merged

Preparation of deployment for neon.ruby-lang.org #70

merged 3 commits into from
Mar 30, 2013

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Mar 29, 2013

Just finished to preparation of deployment for neon.ruby-lang.org.

I created rubylang user and added vit-core team(@JEG2 @chikamichi @postmodern @stomar)'s public keys into authorized_keys. You can deploy after merge info master branch.

deployment is too easy capistrano task:

$ git clone git@github.com:ruby/www.ruby-lang.org.git
$ cd www.ruby-lang.org
$ cap deploy

Please check it.

@stomar
Copy link
Contributor

stomar commented Mar 29, 2013

I checked out the deployment branch and tried cap deploy, but it did not work due to authentication failure (Net::SSH::AuthenticationFailed: rubylang). I had been asked for a password.

@hsbt
Copy link
Member Author

hsbt commented Mar 29, 2013

@stomar I registered wrong your publickeys and fiexed it now. Please try again.

@stomar
Copy link
Contributor

stomar commented Mar 30, 2013

Doesn't work: gist deleted

hsbt added a commit that referenced this pull request Mar 30, 2013
Preparation of deployment for neon.ruby-lang.org
@hsbt hsbt merged commit 8b38729 into master Mar 30, 2013
@hsbt hsbt deleted the deployment branch March 30, 2013 08:10
@hsbt
Copy link
Member Author

hsbt commented Mar 30, 2013

@stomar depoyment with capistrano works after merged into master branch. I merged it. finally it works.

I'm sorry, Please try again.

@stomar
Copy link
Contributor

stomar commented Mar 30, 2013

Seems to work fine. A little irritating is that the jekyll command appears as error (sh echoes the command to stderr):

*** [err :: neon.ruby-lang.org] jekyll --no-auto --no-server

Update: I fixed this (rather clumsily) with 1fa3c15.

@stomar
Copy link
Contributor

stomar commented Mar 30, 2013

How about these messages:

  * executing "find /home/rubylang/www.ruby-lang.org/releases/20130330140257/public/images /home/rubylang/www.ruby-lang.org/releases/20130330140257/public/stylesheets /home/rubylang/www.ruby-lang.org/releases/20130330140257/public/javascripts -exec touch -t 201303301403.02 -- {} ';'; true"
    servers: ["neon.ruby-lang.org"]
    [neon.ruby-lang.org] executing command
*** [err :: neon.ruby-lang.org] find:
*** [err :: neon.ruby-lang.org] `/home/rubylang/www.ruby-lang.org/releases/20130330140257/public/images'
*** [err :: neon.ruby-lang.org] : No such file or directory
*** [err :: neon.ruby-lang.org] 
*** [err :: neon.ruby-lang.org] find:
*** [err :: neon.ruby-lang.org] `/home/rubylang/www.ruby-lang.org/releases/20130330140257/public/stylesheets'
*** [err :: neon.ruby-lang.org] : No such file or directory
*** [err :: neon.ruby-lang.org] 
*** [err :: neon.ruby-lang.org] find:
*** [err :: neon.ruby-lang.org] `/home/rubylang/www.ruby-lang.org/releases/20130330140257/public/javascripts'
*** [err :: neon.ruby-lang.org] : No such file or directory
*** [err :: neon.ruby-lang.org] 
    command finished in 1034ms

@hsbt
Copy link
Member Author

hsbt commented Mar 30, 2013

@stomar these messages are specification of capistrano. deployment is successfully. but I'll try to avoid these message when deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants