initial commit
This commit is contained in:
commit
9df80bf3d3
62 changed files with 3401 additions and 0 deletions
13
docs/guides/getting-started/digitalocean/README.md
Normal file
13
docs/guides/getting-started/digitalocean/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Deploying to DigitalOcean
|
||||
|
||||
This guide assumes that you have completed steps 1-3 from [Getting Started](../README.md) and have a successfully build website in your `html` branch.
|
||||
|
||||
1. Navigate to the [Apps](https://cloud.digitalocean.com/apps) pane in your DigitalOcean account.
|
||||
2. Click **Create App**.
|
||||
2. Select **GitHub** as your source, select your repository, and define `html` as your target branch. Leave `/` as your source directory. Leave the box checked next to **Autodeploy** so that your site will automatically pull new updates whenever you push a commit to `main` in your Arise site repo on GitHub. Hit **Next** to proceed.
|
||||
<p align="center"><img src="digitalocean-1.png" alt="Screenshot: DigitalOcean Deploy Settings" width=50% height=50% /></p>
|
||||
|
||||
3. Click **Skip to Review** to skip past all the other optional settings-- we don't need any of them.
|
||||
4. Click **Create Resources**.
|
||||
|
||||
Congrats! Your Arise website is now live on DigitalOcean. If you'd like to use a custom domain, please review DigitalOcean's [custom domains guide](https://docs.digitalocean.com/products/app-platform/how-to/manage-domains/) as that is outside of the scope of this documentation.
|
||||
Loading…
Add table
Add a link
Reference in a new issue