We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a5d4d commit f6c03d8Copy full SHA for f6c03d8
1 file changed
.github/workflows/tests.yml
@@ -83,15 +83,15 @@ jobs:
83
run: ./vendor/bin/pest --parallel
84
85
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
94
- ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} "echo 'SSH OK'"
+ # - name: Setup SSH Key
+ # run: |
+ # mkdir -p ~/.ssh
+ # echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
+ # chmod 600 ~/.ssh/id_rsa
+
+ # - name: Test SSH Connection
+ # ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} "echo 'SSH OK'"
95
96
97
- name: Synchronize Files To Server
0 commit comments