Skip to content

Commit f6c03d8

Browse files
committed
updated the readme file
1 parent 58a5d4d commit f6c03d8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ jobs:
8383
run: ./vendor/bin/pest --parallel
8484

8585

86-
- name: Setup SSH Key
87-
run: |
88-
mkdir -p ~/.ssh
89-
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
90-
chmod 600 ~/.ssh/id_rsa
91-
92-
- name: Test SSH Connection
93-
run: |
94-
ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} "echo 'SSH OK'"
86+
# - name: Setup SSH Key
87+
# run: |
88+
# mkdir -p ~/.ssh
89+
# echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
90+
# chmod 600 ~/.ssh/id_rsa
91+
92+
# - name: Test SSH Connection
93+
# run: |
94+
# ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} "echo 'SSH OK'"
9595

9696

9797
- name: Synchronize Files To Server

0 commit comments

Comments
 (0)