Go to file
Kazuhiro MUSASHI 3b4bd88c15 オリジナルデータを/home/webadm/works/public配下にコピー
```
--- a/tasks/production.rake
+++ b/tasks/production.rake
@@ -16,5 +16,7 @@ task :prod => [:prep] do
   end

   sh 'ssh -p 10022 webadm@10.0.1.234 "rm -rf /var/www/blog/*"'
+  sh 'ssh -p 10022 webadm@10.0.1.234 "rm -rf /home/webadm/works/public/*"'
   sh 'rsync -e "ssh -p 10022" -rltvz --omit-dir-times --delete public/ webadm@10.0.1.234:/var/www/blog'
+  sh 'rsync -e "ssh -p 10022" -rltvz --omit-dir-times --delete public/ webadm@10.0.1.234:/home/webadm/works/public'
 end
```
2019-07-16 19:39:27 +08:00
.circleci Modify minor typo...: 2019-05-04 22:09:18 +08:00
config Add config file for staging. 2019-05-04 21:30:18 +08:00
content Chapter3-2の記事を追加 2019-06-29 22:59:31 +08:00
layouts Change base url based on the environment: 2019-05-04 21:42:30 +08:00
static/images initial commit 2019-03-31 19:00:21 +08:00
tasks オリジナルデータを/home/webadm/works/public配下にコピー 2019-07-16 19:39:27 +08:00
themes/angels-ladder Delete the `url` setting from the archetypes file. 2019-04-02 23:13:03 +07:00
.gitignore Ignore vim swap file. 2019-04-12 15:43:58 +07:00
.textlintrc initial commit 2019-03-31 19:00:21 +08:00
Rakefile initial commit 2019-03-31 19:00:21 +08:00