From e0e871f161aa038c64cea0fa386aee777a2c3c50 Mon Sep 17 00:00:00 2001 From: watson Date: Mon, 21 Oct 2024 13:50:45 +0200 Subject: [PATCH] test new workflow --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78e439d..0c9c03f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,9 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: debug + run: hostname -I + - name: SSH into VM and deploy uses: appleboy/ssh-action@master with: