From 8c6846954a7423f35e75209ae17483ba2c1cecb4 Mon Sep 17 00:00:00 2001 From: veenm Date: Wed, 16 Apr 2025 00:25:59 +0200 Subject: [PATCH] do it pls --- .github/workflows/deploy-docker-to-ont.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docker-to-ont.yml b/.github/workflows/deploy-docker-to-ont.yml index fd9a6fa..93a4ed7 100644 --- a/.github/workflows/deploy-docker-to-ont.yml +++ b/.github/workflows/deploy-docker-to-ont.yml @@ -77,8 +77,8 @@ jobs: uses: appleboy/ssh-action@v0.1.10 with: host: ${{ secrets.ALPINE_HOST_ONT }} - username: ${{ secrets.ALPINE_USER }} - password: ${{ secrets.ALPINE_PASSWORD }} + username: root + key: ${{ secrets.AALPINE_SSH_KEY }} script: | VERSION=${{ env.VERSION }} echo "Gekozen versie: $VERSION-SNAPSHOT"