From 95443e3798893a0056bb6036039f4a0ed53877cb Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Fri, 7 Jun 2024 10:03:16 +0300 Subject: [PATCH 1/2] kds --- src/pages/nodes.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/nodes.astro b/src/pages/nodes.astro index c795e18..2349f55 100644 --- a/src/pages/nodes.astro +++ b/src/pages/nodes.astro @@ -168,7 +168,7 @@ const metadata = { }, { title: 'Energy Efficient', - description: 'No one wants to pay for electricly needlessly. Our system uses 10x less energy compared to traditional systems.', + description: 'No one wants to pay for electricly needlessly. Our system uses upto 10x less energy for certain workloads compared to traditional systems.', icon: 'tabler:bolt', }, { From e28c2576fb5ae07a1fcb45609c435ecbfb759ad1 Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Fri, 7 Jun 2024 11:28:45 +0300 Subject: [PATCH 2/2] s --- build_sync.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build_sync.sh diff --git a/build_sync.sh b/build_sync.sh new file mode 100644 index 0000000..f8f8fe7 --- /dev/null +++ b/build_sync.sh @@ -0,0 +1,4 @@ +export MYPATH=~/code/git.ourworld.tf/tfgrid/www_projectinca +cd $MYPATH +npm run build +rsync -rav ~/code/git.ourworld.tf/tfgrid/www_projectinca/dist/ root@51.195.61.5:/root/hero/www/inca/ \ No newline at end of file