diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18400f8..13c4c45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,7 +248,8 @@ jobs: LETSENCRYPT_STAGING: ${{ needs.matrix_prep.outputs.letsencrypt_staging }} - name: Add the personal SSH key for debugging - run: >- + run: | + ssh -t -t $EASYVPN_USERNAME@$SERVER_IPV4 "echo '\n' >> /home/$EASYVPN_USERNAME/.ssh/authorized_keys" ssh -t -t $EASYVPN_USERNAME@$SERVER_IPV4 "curl https://github.com/notthebee.keys >> /home/$EASYVPN_USERNAME/.ssh/authorized_keys" - name: Archive the private SSH key (Matrix 1)