Skip to content

Commit 4acec94

Browse files
authored
Deploy to DigitalOcean Button (#13)
1 parent 6360cba commit 4acec94

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.do/deploy.template.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
spec:
2+
name: introduction-to-bash-scripting
3+
static_sites:
4+
- git:
5+
branch: main
6+
repo_clone_url: https://github.com/bobbyiliev/introduction-to-bash-scripting
7+
name: introduction-to-bash-scripting

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ A web page showcasing the eBook:
8888

8989
The web page was built using [Tails](http://devdojo.com/tails), a new `kick-ass` drag-and-drop TailwindCSS page builder!
9090

91+
### DigitalOcean App Platform
92+
93+
The [website](https://ebook.bobby.sh) is hosted on the [DigitalOcean App Platform](https://www.digitalocean.com/products/app-platform/).
94+
95+
We utilize the ["Deploy to DigitalOcean" Button](https://www.digitalocean.com/docs/app-platform/how-to/add-deploy-do-button) to deploy to the App Platform:
96+
97+
[![Deploy to DO](https://mp-assets1.sfo2.digitaloceanspaces.com/deploy-to-do/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/bobbyiliev/introduction-to-bash-scripting/tree/main)
98+
9199
## 💻 Interactive training
92100

93101
You can follow the interactive training online here:

0 commit comments

Comments
 (0)