diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml deleted file mode 100644 index d158d881..00000000 --- a/.do/deploy.template.yaml +++ /dev/null @@ -1,18 +0,0 @@ -spec: - name: docuseal - services: - - name: docuseal - dockerfile_path: Dockerfile - git: - repo_clone_url: https://github.com/docusealco/docuseal.git - branch: master - envs: - - key: SECRET_KEY_BASE - value: "- 64 characters string 64 characters string 64 characters string -" - type: SECRET - scope: RUN_TIME - - key: DATABASE_URL - scope: RUN_TIME - value: ${docuseal-db.DATABASE_URL} - databases: - - name: docuseal-db diff --git a/README.md b/README.md index e48043d4..108083db 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ DocuSeal is an open source platform that provides secure and efficient digital d | Heroku | Railway | DigitalOcean | | ---------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | -| [Deploy on Heroku](https://heroku.com/deploy?template=https://github.com/docusealco/docuseal-heroku) | [Deploy on Railway](https://railway.app/template/IGoDnc?referralCode=ruU7JR) | [Deploy on DigitalOcean](https://cloud.digitalocean.com/apps/new?repo=https://github.com/docusealco/docuseal/tree/master&refcode=421d50f53990) | +| [Deploy on Heroku](https://heroku.com/deploy?template=https://github.com/docusealco/docuseal-heroku) | [Deploy on Railway](https://railway.app/template/IGoDnc?referralCode=ruU7JR) | [Deploy on DigitalOcean](https://cloud.digitalocean.com/apps/new?repo=https://github.com/docusealco/docuseal-digitalocean/tree/master&refcode=421d50f53990) | #### Docker