Skip to content

Commit

Permalink
fix(devops): update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Meminseeker authored Apr 27, 2024
1 parent 3f44021 commit 0e2707c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" > ~/.ssh/ci_cd_zenith
chmod 600 ~/.ssh/ci_cd_zenith
cat >>~/.ssh/ci_cd_zenith <<END
cat >>~/.ssh/config <<END
Host target
HostName $SSH_HOST
User $SSH_USER
Expand Down

0 comments on commit 0e2707c

Please sign in to comment.