deploy bash script
This commit is contained in:
@@ -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."
|
||||||
Reference in New Issue
Block a user