File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments