Skip to content

Commit

Permalink
fix workflow env
Browse files Browse the repository at this point in the history
  • Loading branch information
schaschjan committed Sep 16, 2024
1 parent 33a700e commit c2202cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
name: internal
url: https://dev.boulderdb.de
env:
SSH_USER: ${{ secrets.STAGING_SSH_USER }}
SSH_KEY: ${{ secrets.STAGING_SSH_KEY }}
SSH_HOST: ${{ secrets.STAGING_SSH_HOST }}
SSH_USER: ${{ secrets.INTERNAL_SSH_USER }}
SSH_KEY: ${{ secrets.INTERNAL_SSH_KEY }}
SSH_HOST: ${{ secrets.INTERNAL_SSH_HOST }}

steps:
- name: Checkout
Expand Down

0 comments on commit c2202cd

Please sign in to comment.