deploy:test:
tags:
- dev
only:
- dev
script:
- cd /var/www/exnova-telegram-bot-v2
- git fetch --all
- git reset --hard origin/dev
- composer install
- export NVM_DIR="$HOME/.nvm" && . "$NVM_DIR/nvm.sh" --no-use
- nvm use v22.12.0
- npm i