From da738c553573cf073adab3112143e49715dc2885 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Sat, 27 Jan 2018 18:22:39 +0000 Subject: [PATCH] server - add script to copy build to prod servers --- copy_build_prod.sh.template | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 copy_build_prod.sh.template diff --git a/copy_build_prod.sh.template b/copy_build_prod.sh.template new file mode 100755 index 0000000..d5832b0 --- /dev/null +++ b/copy_build_prod.sh.template @@ -0,0 +1,4 @@ +# this script is to copy the built project to a production server +scp -i prod_ssh_key -r ./_build root@:/home +scp -i prod_ssh_key ./run_prod.sh root@:/home +