deploy:test:
only:
- dev
tags:
- test-srv
script:
- whoami
- cd /var/www/quadcode
- git fetch
- git reset --hard origin/dev
- /usr/bin/php8.0 /usr/bin/composer install
- npx yarn install
- npx yarn build
- /usr/bin/php8.0 artisan migrate