fix: allow deleting ssh key and remove debug logs
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 29s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 29s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user