Nvm fix for workflow

This commit is contained in:
Vivek Teega 2024-01-12 16:26:36 +05:30
parent 951fc06857
commit f09176cd16

View File

@ -14,6 +14,7 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd ${{ secrets.APP_FOLDER }} && git pull
source ~/.nvm/nvm.sh
nvm use ${{ secrets.NVM_VERSION }}
${{ secrets.NPM_VERSION_PATH }} install
cat ${{ secrets.ENV_FILE_CONTENT }} >> .env