Skip to content

Commit d712da3

Browse files
author
Kroner
committed
dix pipeline: add dns check step
1 parent 2979b7b commit d712da3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
- name: Checkout code
3939
uses: actions/checkout@v3
4040

41+
- name: Resolve DNS
42+
run: |
43+
echo "Проверка DNS:"
44+
nslookup ${{ secrets.SERVER_DNS }}
45+
4146
- name: Create remote directory # Создаем директорию на сервере
4247
uses: appleboy/ssh-action@v1
4348
with:

0 commit comments

Comments
 (0)