- To setup deployment we need some commits on repository.
- But sometimes we need to setup deployment with empty repository
- In this guide, We will push empty commit message to remote repository, Which allow us to setup the deployment process.
$ git commit --allow-empty -m "Empty Commit to setup deployments"
$ git push