Skip to content

Commit b0685a6

Browse files
ruudkNyholm
authored andcommitted
Add UPGRADING-1.0.md (#100)
1 parent e59d8f3 commit b0685a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

UPGRADING-1.0.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
UPGRADING FROM 0.x to 1.0
2+
=========================
3+
4+
* Add the following to your `deploy.rb`:
5+
```ruby
6+
# Role filtering
7+
set :symfony_roles, :all
8+
set :symfony_deploy_roles, :all
9+
```

0 commit comments

Comments
 (0)