From 9df28603c89aba0694ee88335331d6ff2a104668 Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 21 Mar 2023 14:32:23 +0100 Subject: [PATCH] optimized find command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f62c420..7302695 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ deploy-site: - echo "Copying to proxmox machine" - rsync -az --stats public $DEPLOY_USER@$DEPLOY_HOST:~/. - echo "Restarting screen session" - - ssh $DEPLOY_USER@$DEPLOY_HOST "find -maxdepth 2 -ls; screen -S website-firq-npx -dm npx serve public/ -p 9000 -c serve.json" + - ssh $DEPLOY_USER@$DEPLOY_HOST "find maintenance public -maxdepth 1 -ls; screen -S website-firq-npx -dm npx serve public/ -p 9000 -c serve.json" - echo "Website is up on https://firq.dev/" success_notification: