Mercurial > hg > Blog
comparison Makefile @ 5:48e0e2d8babd
proper settings for make_rsync_upload
| author | Dirk Olmes <dirk@xanthippe.ping.de> | 
|---|---|
| date | Sat, 29 Jun 2013 17:57:01 +0200 | 
| parents | 4cd9b65e10e4 | 
| children | d56669594036 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 4:f4a440c578d4 | 5:48e0e2d8babd | 
|---|---|
| 10 | 10 | 
| 11 FTP_HOST=localhost | 11 FTP_HOST=localhost | 
| 12 FTP_USER=anonymous | 12 FTP_USER=anonymous | 
| 13 FTP_TARGET_DIR=/ | 13 FTP_TARGET_DIR=/ | 
| 14 | 14 | 
| 15 SSH_HOST=localhost | 15 SSH_HOST=xanthippe | 
| 16 SSH_PORT=22 | 16 SSH_PORT=22 | 
| 17 SSH_USER=dirk | 17 SSH_USER=dirk | 
| 18 SSH_TARGET_DIR=/var/www/htdocs | 18 SSH_TARGET_DIR=/var/www/htdocs/blog | 
| 19 | 19 | 
| 20 S3_BUCKET=my_s3_bucket | 20 S3_BUCKET=my_s3_bucket | 
| 21 | 21 | 
| 22 DROPBOX_DIR=~/Dropbox/Public/ | 22 DROPBOX_DIR=~/Dropbox/Public/ | 
| 23 | 23 | 
