<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>Discover Docker, K8s and Hashicorp Nomad with Maksym Prokopov: posts tagged capistrano</title>
<link>https://blog.it-premium.com.ua/tags/capistrano/</link>
<description>The blog about containerisation, virtual machines and useful shell snippets and findings</description>
<author></author>
<language>en</language>
<generator>Aegea 11.3 (v4134)</generator>

<itunes:subtitle>The blog about containerisation, virtual machines and useful shell snippets and findings</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>capistrano rails seed</title>
<guid isPermaLink="false">108</guid>
<link>https://blog.it-premium.com.ua/all/capistrano-rails-seed/</link>
<pubDate>Fri, 29 Apr 2016 13:42:26 +0100</pubDate>
<author></author>
<comments>https://blog.it-premium.com.ua/all/capistrano-rails-seed/</comments>
<description>
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;namespace :deploy do
desc &amp;quot;reload the database with seed data&amp;quot;
task :seed do
 puts &amp;quot;\n=== Seeding Database ===\n&amp;quot;
 on primary :db do
  within current_path do
    with rails_env: fetch(:stage) do
      execute :rake, &amp;#039;db:seed&amp;#039;
    end
  end
 end
end
end&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>