frontend for xcvr appview
at fc1dd63a5602fcd899249403433de0afe4eb41ee 5 lines 186 B view raw
1#!/bin/bash 2pnpm run build 3rsync -av --delete --compress --partial ./build/ /var/www/xcvr-frontend/build/ 4chown -R www-data:www-data /var/www/xcvr-frontend/build/ 5systemctl reload nginx