kstrano 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/kstrano.rb +1 -1
- metadata +1 -1
data/lib/kstrano.rb
CHANGED
|
@@ -306,7 +306,7 @@ after :deploy do
|
|
|
306
306
|
deploy::cleanup ## cleanup old releases
|
|
307
307
|
kuma::fixcron
|
|
308
308
|
serverproject = domain.split('.')[0]
|
|
309
|
-
sudo "sh -c '
|
|
309
|
+
sudo "sh -c 'curl https://raw.github.com/gist/2868838/ > /home/projects/#{serverproject}/site/apcclear.php'"
|
|
310
310
|
sudo "chmod 777 /home/projects/#{serverproject}/site/apcclear.php"
|
|
311
311
|
sudo "curl http://#{domain}/apcclear.php"
|
|
312
312
|
end
|