Skip to content

Commit

Permalink
fix wrong secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
bruecksen authored May 31, 2024
1 parent 787781d commit 9b3d3e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
StrictHostKeyChecking no
END
env:
SSH_USER: ${{ secrets.STAGING_SSH_USER }}
SSH_KEY: ${{ secrets.STAGING_SSH_KEY }}
SSH_HOST: ${{ secrets.STAGING_SSH_HOST }}
SSH_USER: ${{ secrets.SSH_USER }}
SSH_KEY: ${{ secrets.SSH_KEY }}
SSH_HOST: ${{ secrets.SSH_HOST }}
- name: Deploy to Server
run: |
ssh production '
Expand Down

0 comments on commit 9b3d3e2

Please sign in to comment.