Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docusealco/docuseal-heroku
DocuSeal Heroku Deploy button
https://github.com/docusealco/docuseal-heroku
docker heroku heroku-deployment
Last synced: 14 days ago
JSON representation
DocuSeal Heroku Deploy button
- Host: GitHub
- URL: https://github.com/docusealco/docuseal-heroku
- Owner: docusealco
- Created: 2023-07-06T09:08:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-02T15:50:12.000Z (3 months ago)
- Last Synced: 2024-12-27T05:05:53.657Z (30 days ago)
- Topics: docker, heroku, heroku-deployment
- Language: Dockerfile
- Homepage: http://www.docuseal.com
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DocuSeal Heroku
The deploy button on the Heroku platform. [DocuSeal](https://www.docuseal.com/) is an open source DocuSign alternative
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/docusealco/docuseal-heroku)
## How to update?
**Step 0: Make sure you have the Heroku CLI installed.**
If you don't have the Heroku CLI installed, you can follow the instructions provided here:
```
https://devcenter.heroku.com/articles/heroku-cli#install-the-heroku-cli
```**Step 1: Log in to the Heroku CLI**
```
heroku login
```**Step 2: Clone [the repository](https://github.com/docusealco/docuseal-heroku)**
```
git clone https://github.com/docusealco/docuseal-heroku.git
```**Step 3: Go to the folder**
```
cd docuseal-heroku
```**Step 4: Change the last commit**
```
git commit --amend --no-edit
```**Step 5: Deploy the changes to your Heroku instance**
You can find the git URL in the settings of your Heroku instance: _Settings_ -> _App Information section_ -> _Heroku git URL_
```
git push master -f
```