Skip to content

docusealco/docuseal-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocuSeal Heroku

The deploy button on the Heroku platform. DocuSeal is an open source DocuSign alternative

Deploy to 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

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 <Heroku git URL> master -f