fix: allow deleting ssh key and remove debug logs
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 29s

This commit is contained in:
Andrew Rioux
2025-10-20 00:16:54 -04:00
parent c6e6c58313
commit a346f06d49
2 changed files with 1 additions and 2 deletions

View File

@@ -26,4 +26,5 @@ jobs:
- name: Remove SSH key
if: always()
run: |
test -f ssh-key && chmod 600 ssh-key
test -f ssh-key && shred ssh-key