Skip to content

Commit

Permalink
chore: add ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Jun 8, 2024
1 parent a26ea97 commit f977575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
SECRET_JWT_SECRET: ${{ secrets.SECRET_JWT_SECRET }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit f977575

Please sign in to comment.