Skip to content

Instantly share code, notes, and snippets.

@dance2die
Last active September 29, 2019 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/a90d9f00caa4179421ee3ce8e87c3990 to your computer and use it in GitHub Desktop.
Save dance2die/a90d9f00caa4179421ee3ce8e87c3990 to your computer and use it in GitHub Desktop.
# Install Open SSH server & client
sudo apt install openssh-server openssh-client
# Open port 22 to allow connection
sudo ufw allow 22
# Deploy the code to Dokku
git push dokku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment