diff --git a/.do/deploy.template.yml b/.do/deploy.template.yml new file mode 100644 index 0000000..18510fc --- /dev/null +++ b/.do/deploy.template.yml @@ -0,0 +1,10 @@ +--- +spec: + name: GoodwillHacking + static_sites: + - build_command: hugo --destination ./public + environment_slug: hugo + git: + branch: main + repo: https://github.com/goodwillhacking/website.git + name: GoodwillHacking