Open ~/.bash_profile in your favorite editor and add the following content to the bottom.
# Git branch in prompt.
parse_git_branch() {| module.exports = { | |
| apps: [ | |
| { | |
| name: "<myAppName>", | |
| script: "./apps/<appFolderName>/app.js", | |
| watch: ["./apps/<appFolderName>/"], | |
| watch_deplay: 1000, | |
| env: { | |
| NODE_ENV: "development", | |
| PORT: 5000, |
| :: This script assumes that the Migration folder is on the Desktop and that the clone and data files are in the Migration folder. | |
| :: Additionally, it assumes that the same username and password exist in both files. | |
| :: If your deployment process differs, then you can use this file as a starting point. | |
| @ECHO OFF | |
| TITLE FileMaker Deploy | |
| :: Start - Default values | |
| SET dataFileDefault=Internal |