We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec79625 commit 69da04dCopy full SHA for 69da04d
.github/workflows/main.yaml
@@ -81,6 +81,10 @@ jobs:
81
# Добавляем сервер в known_hosts (замените your-server-ip)
82
ssh-keyscan -T 10 ${{ secrets.SERVER_DNS }} >> ~/.ssh/known_hosts
83
84
+ - name: Test SSH connection
85
+ run: |
86
+ ssh -i ~/.ssh/webserver deployer@${{ secrets.SERVER_DNS }} exit
87
+
88
- name: Install ansible on runner
89
run: pip install ansible
90
0 commit comments