Simplify SSH setup in deploy workflow #16
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rdenadai/web.redecapivara.social!16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rdenadai-patch-6"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removed SSH agent initialization and key addition steps.
Pull Request Overview
Simplifies the SSH setup process in the deploy workflow by removing SSH agent initialization and key addition steps.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Removing SSH agent initialization may cause issues if the private key is encrypted with a passphrase. Without ssh-agent and ssh-add, SSH operations will fail if the key requires a passphrase for decryption.