Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Deploy using ssh

ssh-keygen -t rsa -b 4096 -C "user@host" -q -N "" -f ./do
ssh-copy-id -i do.pub user@host
  • Add Secret:
  • Name: PRIVATE_KEY
  • Value: ... the content of the 'do' file ...
ssh-keyscan host
  • Add Secret:
  • Name: KNOWN_HOSTS
  • Value: ... the output of the keyscan command ...