Skip to content

Commit 5f4f27c

Browse files
committed
Remove debug step validate ssh host in github actions
1 parent 7e6363d commit 5f4f27c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ jobs:
88
deploy-preview:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Debug SSH Host
12-
env:
13-
SSH_HOST: ${{ secrets.SSH_HOST_DEV_SERVER }}
14-
run: echo "SSH Host: $SSH_HOST"
15-
1611
- name: Execute remote SSH commands using SSH key
1712
uses: appleboy/ssh-action@master
1813
with:

0 commit comments

Comments
 (0)