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 }}."