Compare commits

...

2 Commits

Author SHA1 Message Date
eb68006657 Merge remote-tracking branch 'origin/master'
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-21 11:27:13 +02:00
44cc0d2cd9 [DigitalOcean] Added specs 2022-07-21 11:27:06 +02:00
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