From b1beff72f4ca4ebdb40cf23cfd2718a4bfb1dca8 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Mon, 21 Jan 2019 21:15:21 -0500 Subject: [PATCH] Deploy script --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..8623af1 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +scp dist/index.html amy:/var/www/weather/ +scp dist/*.js amy:/var/www/weather/ +scp dist/*.css amy:/var/www/weather/