We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59d8f3 commit b0685a6Copy full SHA for b0685a6
UPGRADING-1.0.md
@@ -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