Skip to content

Commit

Permalink
Digital Ocean configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Apr 29, 2024
1 parent 16876c6 commit 6dd2e24
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .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://<mongodb-connection-string>"
type: SECRET

13 changes: 13 additions & 0 deletions .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://<mongodb-connection-string>"
type: SECRET

0 comments on commit 6dd2e24

Please sign in to comment.