[DigitalOcean] Added specs
This commit is contained in:
parent
db32e1b589
commit
44cc0d2cd9
17
.do/app.yaml
Normal file
17
.do/app.yaml
Normal 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
11
.do/deploy.template.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user