Skip to content

Commit 49301fd

Browse files
committed
updated the readme file
1 parent c7f5604 commit 49301fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ jobs:
8282
DB_USER: root
8383
run: ./vendor/bin/pest --parallel
8484

85+
- name: Setup SSH Key
86+
run: |
87+
mkdir -p ~/.ssh
88+
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/deploy_key
89+
chmod 600 ~/.ssh/deploy_key
90+
91+
8592
- name: Test SSH Connection
8693
run: |
8794
ssh -i ~/.ssh/deploy_key -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} "echo 'SSH OK'"

0 commit comments

Comments
 (0)