Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiKhomik committed Nov 20, 2024
1 parent 95ca3b1 commit 033ff37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
- uses: miloserdow/capistrano-deploy@v3
with:
target: development
deploy_key: ${{ secrets.DEV_DEPLOY_KEY }}
enc_rsa_key_pth: config/credentials/deploy_id_ed25519_enc
deploy_key: ${{ secrets.STAGING_KEY_PASSWORD }}
enc_rsa_key_pth: config/credentials/staging_deploy_id_ed25519_enc

deploy-to-production:
needs: rspec
Expand Down

0 comments on commit 033ff37

Please sign in to comment.