From c27231dc13c3088f69bff9100a23b276f6bc30c5 Mon Sep 17 00:00:00 2001 From: xds Date: Wed, 10 Dec 2025 15:08:46 +0300 Subject: [PATCH] chore: Update deployment server IP and path, and add date sorting for planned transactions. --- deploy.sh | 4 +- .../transactions/TransactionList.vue | 84 +++++++++---------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/deploy.sh b/deploy.sh index 6664cd8..e6d5101 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ -ssh root@213.226.71.138 " - cd /root/luminic/front/app && +ssh root@31.59.58.220 " + cd /root/luminic/app/front && git pull && npm run build && cp -r dist/* /var/www/app.luminic.space/ diff --git a/src/components/transactions/TransactionList.vue b/src/components/transactions/TransactionList.vue index d2dbf8d..a856ac1 100644 --- a/src/components/transactions/TransactionList.vue +++ b/src/components/transactions/TransactionList.vue @@ -1,14 +1,14 @@