Skip to content

Commit

Permalink
Update lektor-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uwekamper authored Nov 16, 2024
1 parent 5308121 commit f1df3dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lektor-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
mkdir -p ~/.ssh
ssh-keyscan 217.197.86.179 >> ~/.ssh/known_hosts
ssh-keyscan webserver.c-base.org >> ~/.ssh/known_hosts
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add - <<< "${{ secrets.LEKTOR_DEPLOY_PRODUCTION_KEY }}"
lektor deploy

0 comments on commit f1df3dd

Please sign in to comment.