Skip to content

Commit 9b3d3e2

Browse files
authored
fix wrong secret names
1 parent 787781d commit 9b3d3e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/django.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
StrictHostKeyChecking no
3030
END
3131
env:
32-
SSH_USER: ${{ secrets.STAGING_SSH_USER }}
33-
SSH_KEY: ${{ secrets.STAGING_SSH_KEY }}
34-
SSH_HOST: ${{ secrets.STAGING_SSH_HOST }}
32+
SSH_USER: ${{ secrets.SSH_USER }}
33+
SSH_KEY: ${{ secrets.SSH_KEY }}
34+
SSH_HOST: ${{ secrets.SSH_HOST }}
3535
- name: Deploy to Server
3636
run: |
3737
ssh production '

0 commit comments

Comments
 (0)