Skip to content

Commit

Permalink
Updated the README.md according to my fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslatif committed Mar 4, 2023
1 parent 361a895 commit 4dfc5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dfc5e4

Please sign in to comment.