Publish snapshots to gustav with 'publish' (#28815)
This removes the need to publish to a 'predictable' directory and then 'manually' rsyncing the locally-created repository from jenkins to gustav. This is not needed for anything, it just simplifies the build a bit. We could eventually use it for the paradox and api docs as well.
This commit is contained in:
parent
dc678a6319
commit
b34e26eff0
2 changed files with 14 additions and 14 deletions
|
|
@ -64,7 +64,12 @@
|
|||
# 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@gustav.akka.io "cat >> ~/.ssh/authorized_keys"
|
||||
##
|
||||
#
|
||||
# 3.3) Also make it available for publishing snapshots.
|
||||
# From the command line:
|
||||
# shell> cp ~/.ssh/id_rsa.pub ~/.ssh/id_rsa_gustav.pem
|
||||
# shell> ssh-keygen -p -f ~/.ssh/id_rsa_gustav.pem -m pem
|
||||
#
|
||||
# 4) Have access to github.com/akka/akka. This should be a given.
|
||||
#
|
||||
# Now you should be all set to run the script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue