Note that there are some explanatory texts on larger screens.

plurals
  1. POrails app deploy setting failed
    text
    copied!<p>I'm following the <a href="http://blog.sudobits.com/2013/01/07/how-to-deploy-rails-application-to-vps/" rel="nofollow">this site</a>.</p> <p>And I'm in step 6(6. Deploy!).</p> <p>So I executed below the command in turn.</p> <pre><code>$ git add . $ git commit -am "add deployment configs" $ git push master $ cap deploy:setup </code></pre> <p>And all command was successfully executed.</p> <p>Next, I tried to <code>cap deploy</code> command.</p> <p>But I get some error.</p> <pre><code>$ cap deploy * 2013-06-04 19:19:27 executing `deploy' triggering before callbacks for `deploy' * 2013-06-04 19:19:27 executing `deploy:check_revision' WARNING: HEAD is not the same as origin/master Run `git push` to sync changes. $ </code></pre> <p>So, I try <code>git push</code> and I get a message...</p> <pre><code>$ git push Everything up-to-date </code></pre> <p>...</p> <p>What is the problem??</p> <p>I don't know that...</p> <p>What should I do??</p> <p>more informateion---</p> <pre><code>$ git branch * master $ git status # On branch master nothing to commit (working directory clean) $ git remote origin </code></pre> <p><strong>Edit:</strong></p> <p>I also tried to <code>$ git push origin master</code>. And I get a same message that is <code>nothing to commit (working directory clean)</code></p> <p><strong>Edit2:</strong></p> <pre><code>$ git rev-parse HEAD c3e758f2d47bb0bc126de91560905a1893fe08c6 $ git rev-parse origin/master c3e758f2d47bb0bc126de91560905a1893fe08c6 </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload