Skip to content
Snippets Groups Projects
Commit a4d22c12 authored by Richard Soderberg's avatar Richard Soderberg
Browse files

change <ip> to <ipAddress> to match the json output from the script a couple lines prior

parent 5c405a5f
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ The output contains instructions for use. Note that every occurance of
The deployment process sets up a 'git remote', which just means it runs
the following command for you:
$ git remote add some_name_i_chose app@<ip>:git
$ git remote add some_name_i_chose app@<ipAddress>:git
This allows you to more conveniently push code to your server. Say
you wanted to now deploy code from `mybranch` on this new VM:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment