Skip to content

Commit 0478d42

Browse files
authored
fix typo
1 parent 051bbab commit 0478d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
Host production
2626
HostName $SSH_HOST
2727
User $SSH_USER
28-
IdentityFile ~/.ssh/staging.key
28+
IdentityFile ~/.ssh/production.key
2929
StrictHostKeyChecking no
3030
END
3131
- name: Deploy to Server

0 commit comments

Comments
 (0)