Skip to content

Commit

Permalink
fix: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ONEPANTSU authored Mar 7, 2024
1 parent 494ff97 commit 7c7e896
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 @@ -38,7 +38,7 @@ jobs:
echo "$SSH_PRIVATE_KEY" > ../private.key
sudo chmod 600 ../private.key
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
ssh -i ../private.key ${{ env.SERVER_USER }}@${{ env.SERVER_HOST }}
ssh -tt -i ../private.key ${{ env.SERVER_USER }}@${{ env.SERVER_HOST }}
echo "Connected"
shell: bash
env:
Expand Down

0 comments on commit 7c7e896

Please sign in to comment.