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 ...@@ -4,5 +4,9 @@ FactoryBot.define do
enabled true enabled true
domain "example.com" domain "example.com"
deploy_strategy :continuous deploy_strategy :continuous
trait :manual do
deploy_strategy :manual
end
end 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