do it pls
This commit is contained in:
4
.github/workflows/deploy-docker-to-ont.yml
vendored
4
.github/workflows/deploy-docker-to-ont.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user