Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Oct 24, 2024
1 parent b116f9d commit da8fbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Test SSH Key Access
run: |
if [ -z "${{ secrets.VM_SSH_PRIVATE_KEY }}" ]; then
if [ -z "${{ secrets.DEPLOYMENT_GATEWAY_SSH_KEY }}" ]; then
echo "SSH private key not found!"
else
echo "SSH private key exists."
Expand Down

0 comments on commit da8fbc7

Please sign in to comment.