Skip to content

Instantly share code, notes, and snippets.

@michaxze
Last active October 20, 2021 04:51
Show Gist options
  • Save michaxze/e2133279cf8b2aa251264e4c11a81a2f to your computer and use it in GitHub Desktop.
Save michaxze/e2133279cf8b2aa251264e4c11a81a2f to your computer and use it in GitHub Desktop.
local deploy
Steps to get staging/production able to deploy to itself using mina
1) Add server ssh key to github https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
2) add to your ~/.ssh/config
Host github.com
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
Host localhost
ForwardAgent yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment