diff --git a/.github/workflows/deploy-docker-to-ont.yml b/.github/workflows/deploy-docker-to-ont.yml index 93a4ed7..98be954 100644 --- a/.github/workflows/deploy-docker-to-ont.yml +++ b/.github/workflows/deploy-docker-to-ont.yml @@ -78,7 +78,7 @@ jobs: with: host: ${{ secrets.ALPINE_HOST_ONT }} username: root - key: ${{ secrets.AALPINE_SSH_KEY }} + key: ${{ secrets.ALPINE_SSH_KEY }} script: | VERSION=${{ env.VERSION }} echo "Gekozen versie: $VERSION-SNAPSHOT"