[DigitalOcean] Added specs

This commit is contained in:
Simon Cornet 2022-07-21 11:27:06 +02:00
parent db32e1b589
commit 44cc0d2cd9
2 changed files with 28 additions and 0 deletions

17
.do/app.yaml Normal file
View File

@ -0,0 +1,17 @@
---
domains:
- domain: start.simoncor.net
type: PRIMARY
name: speed-dial
region: ams
static_sites:
- build_command: hugo -d public
environment_slug: hugo
gitlab:
branch: master
deploy_on_push: true
repo: embark_caboose/start-simoncor-net
name: start-simoncor-net
routes:
- path: /
source_dir: /

11
.do/deploy.template.yaml Normal file
View File

@ -0,0 +1,11 @@
---
spec:
name: speed-dial
region: ams
static_sites:
- build_command: hugo -d public
environment_slug: hugo
gitlab:
branch: master
repo: embark_caboose/start-simoncor-net
name: start-simoncor-net