Skip to content

Commit

Permalink
separate deployment jobs 13
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizMukhtorjonov committed Jun 22, 2024
1 parent 2bec809 commit 788d85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
mkdir -p ~/.ssh
touch ~/.ssh/known_hosts
ssh-keyscan [hostname] >> ~/.ssh/known_hosts
ssh-keyscan ${{secrets.SERVER_HOST}} >> ~/.ssh/known_hosts
eval $(ssh-agent)
ssh-add <<< "${{ secrets.SSH_PRIVATE_KEY }}"
Expand Down

0 comments on commit 788d85a

Please sign in to comment.