Fix SSH_PORT variable usage in deploy workflow #13

Merged
rdenadai merged 1 commit from rdenadai-patch-3 into main 2025-10-18 17:52:50 +00:00
rdenadai commented 2025-10-18 17:52:44 +00:00 (Migrated from github.com)
No description provided.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2025-10-18 17:52:52 +00:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull Request Overview

This PR fixes the incorrect reference to the SSH_PORT variable in the GitHub Actions deploy workflow by adding the secrets. prefix to access it from the repository secrets.

Changes

  • Updated ssh-keyscan command to use ${{ secrets.SSH_PORT }} instead of ${{ SSH_PORT }}
  • Updated rsync command to use ${{ secrets.SSH_PORT }} instead of ${{ SSH_PORT }}

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

## Pull Request Overview This PR fixes the incorrect reference to the `SSH_PORT` variable in the GitHub Actions deploy workflow by adding the `secrets.` prefix to access it from the repository secrets. ### Changes - Updated `ssh-keyscan` command to use `${{ secrets.SSH_PORT }}` instead of `${{ SSH_PORT }}` - Updated `rsync` command to use `${{ secrets.SSH_PORT }}` instead of `${{ SSH_PORT }}` --- <sub>**Tip:** Customize your code reviews with copilot-instructions.md. <a href="/rdenadai/web.redecapivara.social/new/main/.github?filename=copilot-instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Create the file</a> or <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">learn how to get started</a>.</sub>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rdenadai/web.redecapivara.social!13
No description provided.