build script for maui apk adjusted 2 #2

Open
itob wants to merge 29 commits from development into master
Showing only changes of commit 9ecc0ecfc4 - Show all commits

View File

@ -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