Skip to content

Commit

Permalink
updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit committed Feb 4, 2024
1 parent 1a0e644 commit 4d30f3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@

7. Finally, click on 'Create Droplet'. Your droplet had been created. Copy the ipv4 address of the droplet.

8. Now open the terminal on your device and give the following command.
8. Now open the terminal on your device and give the following command.

```bash
root@[your_ipv4_address]
ssh root@[your_ipv4_address]
```
Replace [your_ipv4_address] with the ipv4 address you copied. You will be asked the password you just made. You will not be able to see what you are typing, but don't worry! You will be authenticated if you enter the correct password.

_If this command doesn't work in your machine then you can go to digitalOcean and click on console. you can do rest of the commands there as well._

9. Clone our WBOT repository and move to that directory.

```bash
Expand Down

0 comments on commit 4d30f3b

Please sign in to comment.