diff --git a/bin/compose b/bin/compose index 2bf70bd..4264186 100755 --- a/bin/compose +++ b/bin/compose @@ -159,6 +159,12 @@ spin(){ # Main ############################################# +# check $1 is deploy +if [ "$1" == "deploy" ]; then + # set APP_ENV to production + export APP_ENV=production +fi + publishFiles # Determine the command to run...