From 99f886220dba77f8c5c2926365cc50a41ac4b21d Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 30 Apr 2023 15:44:51 -0400 Subject: [PATCH] Modified deploy file --- deploy/deploy-to-backend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy-to-backend.sh b/deploy/deploy-to-backend.sh index 1296be1..2a269da 100755 --- a/deploy/deploy-to-backend.sh +++ b/deploy/deploy-to-backend.sh @@ -4,4 +4,4 @@ export AR_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-ar export CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-unknown-linux-gnu-gcc cargo build --release --target x86_64-unknown-linux-gnu zip -r dist dist/ -scp -i ~/Developer/kp/main-key-pair.pem $CARGO_TARGET_DIR/x86_64-unknown-linux-gnu/release/jl-backend deploy/Dockerfile dist.zip ubuntu@blancolorenzo.pro:~/executables/bl-backend/ \ No newline at end of file +scp -i ~/Developer/kp/main-key-pair.pem $CARGO_TARGET_DIR/x86_64-unknown-linux-gnu/release/bl-backend deploy/Dockerfile dist.zip ubuntu@blancolorenzo.pro:~/executables/bl-backend/ \ No newline at end of file