Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Deyen committed Sep 30, 2015
1 parent 49b43c4 commit e517f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Capistrano Tasks for Alchemy CMS

Capistrano::Alchemy adds four folders to Capistranos `shared_folders` array: `uploads/pictures`, `uploads/attachments`, `tmp/cache/assets`, and Alchemy's picture cache. It also runs Alchemy's Seeder after migrating the database.
Capistrano::Alchemy adds four folders to Capistranos `linked_dirs` array: `uploads/pictures`, `uploads/attachments`, and Alchemy's picture cache folder.

In addition, it offers several tasks to synchronize your shared folders and your database between environments.
In addition, it offers several tasks to synchronize your uploads folder and your database between environments.


## Installation
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/alchemy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module Alchemy
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit e517f72

Please sign in to comment.