Skip to content

Commit

Permalink
change server, pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uwekamper authored Nov 29, 2023
1 parent 92cd1c3 commit eb01ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lektor-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
mkdir -p ~/.ssh
ssh-keyscan 37.49.159.112 >> ~/.ssh/known_hosts
ssh-keyscan 217.197.86.179 >> ~/.ssh/known_hosts
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add - <<< "${{ secrets.LEKTOR_DEPLOY_PRODUCTION_KEY }}"
lektor deploy

0 comments on commit eb01ddc

Please sign in to comment.