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 - name: Restart all Docker Container on Production
uses: appleboy/ssh-action@v1.0.3 uses: appleboy/ssh-action@v1.0.3
with: with:
host: ${{ secrets.STRATO_VPS_HOST_ADDRESS }} host: ${{ vars.STRATO_VPS_HOST_ADDRESS }}
username: ${{ secrets.STRATO_VPS_USER_NAME }} username: ${{ vars.STRATO_VPS_USER_NAME }}
key: ${{ secrets.STRATO_VPS_ROOT_USER_SSH_KEY }} key: ${{ vars.STRATO_VPS_ROOT_USER_SSH_KEY }}
script: | script: |
docker pull git.wohlleben.dev/itob/rbl-news-webapp:latest docker pull git.wohlleben.dev/itob/rbl-news-webapp:latest
docker pull git.wohlleben.dev/itob/rbl-feeder-api:latest docker pull git.wohlleben.dev/itob/rbl-feeder-api:latest