diff --git a/.do/app.yaml b/.do/app.yaml new file mode 100644 index 00000000..40084e3c --- /dev/null +++ b/.do/app.yaml @@ -0,0 +1,13 @@ +spec: + name: sample-golang + services: + - name: emissary_server + git: + branch: main + repo_clone_url: https://github.com/EmissarySocial/emissary.git + dockerfile_path: ".docker/prod-dockerfile" + envs: + - key: EMISSARY_CONFIG + value: "mongodb://" + type: SECRET + \ No newline at end of file diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 00000000..40084e3c --- /dev/null +++ b/.do/deploy.template.yaml @@ -0,0 +1,13 @@ +spec: + name: sample-golang + services: + - name: emissary_server + git: + branch: main + repo_clone_url: https://github.com/EmissarySocial/emissary.git + dockerfile_path: ".docker/prod-dockerfile" + envs: + - key: EMISSARY_CONFIG + value: "mongodb://" + type: SECRET + \ No newline at end of file