deploy bash script

This commit is contained in:
2026-06-26 09:13:19 +02:00
parent f0135f7dd8
commit 6263a8e611
2 changed files with 11 additions and 0 deletions
Executable
+11
View File
@@ -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."
BIN
View File
Binary file not shown.