From 4dfc5e425b3eb12438ce31b8f21cc1472f7bcf3f Mon Sep 17 00:00:00 2001 From: Anders Latif Date: Sat, 4 Mar 2023 09:25:21 +0100 Subject: [PATCH] Updated the README.md according to my fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb0b343..d63924e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ ssh-keygen -f ~/.ssh/do_ssh_key -t rsa -b 4096 -m "PEM" Hit enter two times to accept the proposed defaults. You can call the SSH key files whatever you want, but the `Vagrantfile` expects the SSH keys to have that specific name. -So in case you use another name, adapt the `Vagrantfile` accordingly (line `provider.ssh_key_name = "do_ssh_key"`). +So in case you use another name, adapt the `Vagrantfile` accordingly (line `provider.ssh_key_name = "do_ssh_key"`). Additionally for Step 4, you must change it all 3 times it is being defined in in `.github/workflows/continous-deployment.yml` ### Step 1.b) Register your Public SSH at DigitalOcean