Skip to content

Commit

Permalink
fix(ci): rename SSH_SERVERS to SSH_SERVER_LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed May 6, 2024
1 parent 929da87 commit 05c2d76
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 @@ -23,7 +23,7 @@ jobs:
- name: Deploy the latest version
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_SERVERS: ${{ secrets.SSH_SERVERS }}
SSH_SERVER_LIST: ${{ secrets.SSH_SERVER_LIST }}
run: |
if [ -z "$SSH_PRIVATE_KEY" ]; then
echo "SSH_PRIVATE_KEY is not set"
Expand Down

0 comments on commit 05c2d76

Please sign in to comment.