Procházet zdrojové kódy

Deploy rakefile

master
Dylan Baker před 4 roky
rodič
revize
a04489edaa
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      Rakefile

+ 1
- 0
Rakefile Zobrazit soubor

@@ -26,6 +26,7 @@ task 'deploy' do
26 26
   puts `rsync -rv ./db #{username}@#{hostname}:/var/www/vlv-search/`
27 27
   puts `rsync -rv ./lib #{username}@#{hostname}:/var/www/vlv-search/`
28 28
   puts `rsync -rv ./web #{username}@#{hostname}:/var/www/vlv-search/`
29
+  puts `rsync -rv ./Rakefile #{username}@#{hostname}:/var/www/vlv-search/`
29 30
   puts `rsync -rv ./Gemfile #{username}@#{hostname}:/var/www/vlv-search/`
30 31
   puts `rsync -rv ./Gemfile.lock #{username}@#{hostname}:/var/www/vlv-search/`
31 32
 end

Načítá se…
Zrušit
Uložit