Skip to content

Commit

Permalink
Move tip outside of bullet list
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjmne committed Mar 8, 2024
1 parent 45b5bc0 commit 20318c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ Managing your own EC2 instance "manually" will use certificates issued by [Let's

4. Connect onto the machine and install the latest release via the setup script on `master` branch:

> [!TIP]
> Ensure the DNS records have properly propagated before continuing.
```shell
ssh -i /path/to/key.pem ec2-user@<client-id>.orca-solution.com
bash <(curl -s https://raw.githubusercontent.com/ccjmne/orca-deploy/pre-revamp/ec2/utils/deploy.sh)
```

> [!TIP]
> Ensure the DNS records have properly propagated before proceeding to step 4.
### Update Orca

Use the `update.sh` script installed during the deployment in your home directory (`/home/ec2-user`) as follows:
Expand Down
6 changes: 3 additions & 3 deletions ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Managing your own EC2 instance "manually" will use certificates issued by [Let's

4. Connect onto the machine and install the latest release via the setup script on `master` branch:

> [!TIP]
> Ensure the DNS records have properly propagated before continuing.
```shell
ssh -i /path/to/key.pem ec2-user@<client-id>.orca-solution.com
bash <(curl -s https://raw.githubusercontent.com/ccjmne/orca-deploy/pre-revamp/ec2/utils/deploy.sh)
```

> [!TIP]
> Ensure the DNS records have properly propagated before proceeding to step 4.
### Update Orca

Use the `update.sh` script installed during the deployment in your home directory (`/home/ec2-user`) as follows:
Expand Down

0 comments on commit 20318c5

Please sign in to comment.