j-frd
v1.1.8
Published
- Install package ``npm i j-frd``
Downloads
5
Readme
React ssh deploy
Install package
npm i j-frd
Create src/config/deploy.yaml
You can add custom actions and specify configurations inside this file.
server_ip: "SERVER_IP"
deploy_username: "deployer"
deploy_root_path: "home"
deploy_folder: "apps"
repository_url: "REPO_URL"
env: "production"
production_branch: "BRANCH"
host_name: "HOST_NAME"