Commit 616dd00a authored by Matija Čupić's avatar Matija Čupić

Add trait for manual deploy strategy

parent e68b541a
......@@ -4,5 +4,9 @@ FactoryBot.define do
enabled true
domain "example.com"
deploy_strategy :continuous
trait :manual do
deploy_strategy :manual
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment