frontend for xcvr appview
at 644fc444be649e7362b5641ea4f0cb28ab692d75 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