carrot / ship

⛔️ currently unmaintained ⛔️
Other
151 stars 14 forks source link

add local cache #23

Open notslang opened 10 years ago

notslang commented 10 years ago

Stores a copy of recent deploys on your dev machine so you can rollback to another deploy without needing to recompile.

Is not a reliable backup of deployments - just a cache

notslang commented 10 years ago

s3-sync uses a level-db for this. once the various transports are abstracted into their own lib, we should look into that technique.

...actually they just store a hash of the files, but that would be a component in the caching system