This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Author: Tanvir Ahmed Khan | |
| # License: MIT License | |
| # Github: https://github.com/ftkhanft | |
| # Website: https://rrad.ltd | |
| # Before running this make sure you have the ecosystem.config.js file in your project directory you cloned or in the git repo that you want to deploy. Referance file added below this script. | |
| # Use the setup script added below this script or directly run in terminal: | |
| # curl -s -L https://gist.githubusercontent.com/FTKhanFT/b87ef1bcfff51814b45815ad708fdcc1/raw/4f47ef626f2865b601cb81d628e4c89f04db1604/setup_script.sh | bash |
OlderNewer