File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,11 @@ You will be able to deploy your project with `deploy-ssh` task
77
88Usage example:
99
10- ` deploy-ssh yourServerName1 yourServerName2 ... `
11-
12- or
13-
1410` deploySsh yourServerName1 yourServerName2 ... `
1511
1612** autoplugin (sbt >= 0.13.5)**
1713
18- [ Please read sbt documentation before start to work with plugin] ( http://www.scala-sbt.org/0.13.5 /docs/Getting-Started /Using-Plugins.html )
14+ [ Please read sbt documentation before start to work with plugin] ( http://www.scala-sbt.org/1.x /docs/Using-Plugins.html )
1915
2016 - [ Installation] ( #installation )
2117 - [ Configuration] ( #configuration )
3127Add to your ` project/plugins.sbt ` file:
3228
3329``` sbt
34- addSbtPlugin(" com.github.shmishleniy" % " sbt-deploy-ssh" % " 0.1.3 " )
30+ addSbtPlugin(" com.github.shmishleniy" % " sbt-deploy-ssh" % " 0.1.4 " )
3531```
3632
3733Add resolver to ` project/plugins.sbt ` :
@@ -230,10 +226,6 @@ After confuguration you will be able to:
230226
231227### Start deploy procedure from sbt console with ` deploySsh ` input task:
232228
233- ` deploy-ssh yourServerName1 yourServerName2 ... `
234-
235- or
236-
237229` deploySsh yourServerName1 yourServerName2 ... `
238230
239231### Start deploy procedure from sbt console with ` deploySshTask ` task:
You can’t perform that action at this time.
0 commit comments