Add comment about ssh config for release script
This commit is contained in:
parent
3fbd18f0fa
commit
34df500c92
1 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Release script for Akka.
|
||||
#
|
||||
# To run this script you need a user account on akka.io and contributor access
|
||||
# to github.com/jboner/akka.
|
||||
#
|
||||
# If your username on akka.io is different from your local username then you can
|
||||
# configure ssh to always associate a particular username with akka.io by adding
|
||||
# the following to .ssh/config:
|
||||
# Host akka.io
|
||||
# User <username on akka.io>
|
||||
|
||||
# defaults
|
||||
declare -r default_server="akka.io"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue