Files
new-landing-page-homenas/deploy.sh
T

12 lines
210 B
Bash
Raw Normal View History

2026-06-26 09:13:19 +02:00
#!/bin/bash
set -e
echo "==> Build..."
ng build
echo "==> Deploy..."
rsync -av --delete dist/ang-university-httpclient/browser/ \
hans@nas.neugasse.lan:/volume1/docker/landingpage/dist/
echo "==> Fertig."