diff --git a/deploy.sh b/deploy.sh index 75ebe18..0491e43 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,6 @@ -#!/bin/sh +#!/bin/bash APP_NAME="qry-python-js" +source /usr/share/nvm/init-nvm.sh nvm use 20 if pm2 status | grep -q "$APP_NAME.*online"; then echo "Application $APP_NAME is running."