Add deployment steps to documentation

This commit is contained in:
Roberto Agostino Vitillo 2016-09-14 13:29:59 +01:00
Родитель c463a7e609
Коммит 051915d903
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -34,3 +34,13 @@ yields:
+-----+
```
### Deployment
1. Configure your credentials for the Spark Packages repository in `~/.ivy2/.sbtcredentials`, e.g:
```
realm=Spark Packages Realm
host=spark-packages.org
user=foo
password=bar
```
2. Publish a new release with `sbt spPublish`