Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
just-pthai-it committed Jun 16, 2024
1 parent 383e669 commit 14b7df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: eval $(ssh-agent -s)
- run: ssh-add <(echo "${{ secrets.SSH_PRIVATE_KEY_LOCALCOMPUTER }}")
- run: bash -c 'ssh-add <(echo "${{ secrets.SSH_PRIVATE_KEY_LOCALCOMPUTER }}")'
- run: ssh-keyscan -H ${{ secrets.MY_VPS_IP_ADDRESS }} >> ~/.ssh/known_hosts
- run: ssh ${{ secrets.MY_VPS_USER }}@${{ secrets.MY_VPS_IP_ADDRESS }}
- run: cd ${{ secrets.MY_VPS_PROJECT_PATH }}
Expand Down

0 comments on commit 14b7df7

Please sign in to comment.