From 0b84f98c21e9dac54ef396156d413902835dad2c Mon Sep 17 00:00:00 2001 From: Ashish Sam T George <77051732+TC4Y-777@users.noreply.github.com> Date: Thu, 17 Aug 2023 19:18:15 +0530 Subject: [PATCH] Debug stage-deploy.yml Change current directory to tithe-stage --- .github/workflows/stage-deploy.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stage-deploy.yml b/.github/workflows/stage-deploy.yml index 0484d55..51cd4db 100644 --- a/.github/workflows/stage-deploy.yml +++ b/.github/workflows/stage-deploy.yml @@ -57,5 +57,13 @@ jobs: # echo vm.swappiness=0 | sudo tee -a /etc/sysctl.conf SCRIPT_AFTER: | ls -a - sudo chmod +x tithe-stage/stage-deploy.sh - ./tithe-stage/stage-deploy.sh + echo "=================" + echo "Change current directory to tithe-stage" + echo "=================" + cd tithe-stage + + echo "=================" + echo "Start Stage Deploy Script" + echo "=================" + sudo chmod +x ./stage-deploy.sh + ./stage-deploy.sh