File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/front_web/templates/deployments Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 < div >
55 < p class = "mb0 b " > Deployment Targets</ p >
66 < p class = "mb3 measure " >
7- Connect your servers and model the interaction between your continious delivery pipeline and your deployment environments.< br />
7+ Connect your servers and model the interaction between your continuous delivery pipeline and your deployment environments.< br />
88 Read in more details: < a href = "https://docs.semaphoreci.com/essentials/deployment-targets/ " > Docs: Deployment Targets</ a > .
99 </ p >
1010 </ div >
Original file line number Diff line number Diff line change 33 < div >
44 < p class = "mb0 b " > Deployment Targets</ p >
55 < p class = "mb3 measure " >
6- Connect your servers and model the interaction between your continious delivery pipeline and your deployment environments.< br />
6+ Connect your servers and model the interaction between your continuous delivery pipeline and your deployment environments.< br />
77 Read in more details: < a href = "https://docs.semaphoreci.com/ " > Docs: Deployment Targets</ a > .
88 </ p >
99 </ div >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ defmodule Front.Browser.ProjectDeploymentsTest do
4949
5050 message =
5151 "Connect your servers and model the interaction " <>
52- "between your continious delivery pipeline and your deployment environments."
52+ "between your continuous delivery pipeline and your deployment environments."
5353
5454 page |> assert_has ( Query . text ( message ) )
5555 end
You canβt perform that action at this time.
0 commit comments