diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..785a6a9 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,11 @@ +#!/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." diff --git a/web.zip b/web.zip deleted file mode 100644 index c7e0bb5..0000000 Binary files a/web.zip and /dev/null differ