#!/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."