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"