Skip to content

Commit

Permalink
Here we go again
Browse files Browse the repository at this point in the history
  • Loading branch information
NotVeridion committed Apr 13, 2024
1 parent 3f4496a commit 7cf012b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
mkdir -p ~/.ssh/
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/production.key
chmod 600 ~/.ssh/production.key
cat >>~/.ssh/config <<
END
cat >>~/.ssh/config <<END
Host production
HostName ${{ secrets.SSH_HOST }}
User ${{ secrets.SSH_USER }}
Expand Down

0 comments on commit 7cf012b

Please sign in to comment.