From 9ecc0ecfc4c3f6f21641ff86a2b0705fefbe4aa7 Mon Sep 17 00:00:00 2001 From: iTob Date: Sun, 22 Sep 2024 14:03:18 +0200 Subject: [PATCH] fix dockerfile --- .github/workflows/deploy.prod-env.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.prod-env.yml b/.github/workflows/deploy.prod-env.yml index 98d0f36..079ada1 100644 --- a/.github/workflows/deploy.prod-env.yml +++ b/.github/workflows/deploy.prod-env.yml @@ -19,9 +19,9 @@ jobs: - name: Restart all Docker Container on Production uses: appleboy/ssh-action@v1.0.3 with: - host: ${{ secrets.STRATO_VPS_HOST_ADDRESS }} - username: ${{ secrets.STRATO_VPS_USER_NAME }} - key: ${{ secrets.STRATO_VPS_ROOT_USER_SSH_KEY }} + host: ${{ vars.STRATO_VPS_HOST_ADDRESS }} + username: ${{ vars.STRATO_VPS_USER_NAME }} + key: ${{ vars.STRATO_VPS_ROOT_USER_SSH_KEY }} script: | docker pull git.wohlleben.dev/itob/rbl-news-webapp:latest docker pull git.wohlleben.dev/itob/rbl-feeder-api:latest