From 59190fc3f1bee9f0b6f8343e33f6bbb6258ea9f3 Mon Sep 17 00:00:00 2001 From: "pakintada@gmail.com" Date: Tue, 27 Feb 2024 15:01:19 +0700 Subject: [PATCH] add update recipe repo guide --- server/update_recipe.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 server/update_recipe.txt diff --git a/server/update_recipe.txt b/server/update_recipe.txt new file mode 100644 index 0000000..129b9a9 --- /dev/null +++ b/server/update_recipe.txt @@ -0,0 +1,6 @@ +ssh recipe@10.11.77.50 <---- password: forthadmin +cd taobin_recipe_manager/ + +cd server/cofffeemachineConfig/ +git fetch +git pull --ff \ No newline at end of file