diff --git a/.do/app.yaml b/.do/app.yaml new file mode 100644 index 0000000..23f588a --- /dev/null +++ b/.do/app.yaml @@ -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: / diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 0000000..d75b7b3 --- /dev/null +++ b/.do/deploy.template.yaml @@ -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