Skip to content

Commit

Permalink
add keyscan step
Browse files Browse the repository at this point in the history
DJaegerScript committed Jan 18, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 85f01b4 commit f5a5f1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/server-dpl.yml
Original file line number Diff line number Diff line change
@@ -56,6 +56,9 @@ jobs:
slackingdjaeger/jagadis-server:latest
slackingdjaeger/jagadis-server:${{ github.sha }}
- name: Update known_hosts file
run: ssh-keyscan -t rsa ${{ secrets.SSH_HOST }} >> $HOME/.ssh/known_hosts

- name: SSH to update .env, docker-compose.yml, and run migrations on the server
uses: appleboy/ssh-action@master
with:

0 comments on commit f5a5f1a

Please sign in to comment.