diff --git a/bin/compose b/bin/compose index 1d696a6..a57e5d0 100755 --- a/bin/compose +++ b/bin/compose @@ -162,6 +162,10 @@ spin(){ # Main ############################################# +# if command is 'deploy', set APP_ENV to production +if [ "$1" == "deploy" ]; then + export APP_ENV=production +fi publishFiles