We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051bbab commit 0478d42Copy full SHA for 0478d42
.github/workflows/django.yml
@@ -25,7 +25,7 @@ jobs:
25
Host production
26
HostName $SSH_HOST
27
User $SSH_USER
28
- IdentityFile ~/.ssh/staging.key
+ IdentityFile ~/.ssh/production.key
29
StrictHostKeyChecking no
30
END
31
- name: Deploy to Server
0 commit comments