From c85f8dec58d9eca094908ae7df92710c4cd46286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Ti=E1=BA=BFn=20H=E1=BA=A3i?= <64392275+just-pthai-it@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:47:36 +0700 Subject: [PATCH] Update workflow --- .github/workflows/.github-actions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/.github-actions.yml b/.github/workflows/.github-actions.yml index 75d3f51..78d02b5 100644 --- a/.github/workflows/.github-actions.yml +++ b/.github/workflows/.github-actions.yml @@ -40,6 +40,8 @@ jobs: mkdir -p ~/.ssh ssh-keyscan -H $MY_VPS_IP_ADDRESS >> ~/.ssh/known_hosts ssh $MY_VPS_USER@$MY_VPS_IP_ADDRESS - cd $MY_VPS_PROJECT_PATH + ll + cd projects/ESS-microservices + # cd $MY_VPS_PROJECT_PATH cat .env - run: echo "🍏 This job's status is ${{ job.status }}."