Skip to content

Commit

Permalink
cloud deployment section restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Oct 18, 2023
1 parent e90d4ba commit d14f885
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/dusknet/1-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Clone the [dev-cluster](https://github.com/astriaorg/dev-cluster/tree/main) and

```bash
git clone git@github.com:astriaorg/astria.git
git clone https://github.com/astriaorg/dev-cluster
git clone git@github.com:astriaorg/dev-cluster.git
```

And install the following tools:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 2
---

# Local Rollup Deployment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
sidebar_position: 4
sidebar_position: 1
---

# Cloud Rollup Deployment
# Digital Ocean

Deploy your rollup to Digital Ocean.

The following assumes you are using [Digital Ocean Kubernetes
(DOKS)](https://www.digitalocean.com/products/kubernetes).
Expand Down Expand Up @@ -395,4 +397,4 @@ Account](#create-a-new-sequencer-account), copy and past the
`<SEQUENCER_ACCOUNT_PUB_KEY>` into the input on the faucet page, and mint funds
to your account:

![Sequencer Faucet](./assets/sequencer-faucet.png)
![Sequencer Faucet](../assets/sequencer-faucet.png)
7 changes: 7 additions & 0 deletions docs/dusknet/cloud-rollup-deployment/2-gcp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 2
---

# GCP

Deploy your rollup to GCP.
7 changes: 7 additions & 0 deletions docs/dusknet/cloud-rollup-deployment/3-azure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 3
---

# Azure

Deploy your rollup to Azure.
7 changes: 7 additions & 0 deletions docs/dusknet/cloud-rollup-deployment/4-aws.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 4
---

# AWS

Deploy your rollup to AWS.
8 changes: 8 additions & 0 deletions docs/dusknet/cloud-rollup-deployment/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Cloud Rollup Deployment",
"position": 3,
"link": {
"type": "generated-index",
"description": "To deploy your rollup to a cloud provider of your choice, select one of the guides below."
}
}

0 comments on commit d14f885

Please sign in to comment.