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 +