Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
just-pthai-it authored Jun 17, 2024
1 parent 8732d1b commit c85f8de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/.github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}."

0 comments on commit c85f8de

Please sign in to comment.