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 651f4a8 commit 8732d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- run: |
eval $(ssh-agent -s)
ssh-add <(echo "$SSH_PRIVATE_KEY_LOCALCOMPUTER")
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
Expand Down

0 comments on commit 8732d1b

Please sign in to comment.