diff --git a/project/scripts/release b/project/scripts/release index 13dd2bf7f1..c7347852cd 100755 --- a/project/scripts/release +++ b/project/scripts/release @@ -51,13 +51,15 @@ # "", # "") # -# 3) You must have access to repo.akka.io +# 3) You must have access to gustav.akka.io +# Please note that gustav.akka.io is the same as repo.akka.io, +# but the latter domain is pointed at cloudflare so one could not ssh into it. # # 3.1) Ask someone in the team for login information for the akkarepo user. # # 3.2) Install your public ssh key to avoid typing in your password. # From the command line: -# shell> cat ~/.ssh/id_rsa.pub | ssh akkarepo@repo.akka.io "cat >> ~/.ssh/authorized_keys" +# shell> cat ~/.ssh/id_rsa.pub | ssh akkarepo@gustav.akka.io "cat >> ~/.ssh/authorized_keys" ## # 4) Have access to github.com/akka/akka. This should be a given. # @@ -74,7 +76,7 @@ # https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide # defaults -declare -r default_server="akkarepo@repo.akka.io" +declare -r default_server="akkarepo@gustav.akka.io" declare -r default_path="www" # settings