Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Debug ci/cd testing
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Apr 4, 2024
1 parent c38928d commit 33c9b2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 33c9b2e

Please sign in to comment.