try to add mariadb root password

This commit is contained in:
Mate Majoros 2025-07-15 16:52:11 +03:00
parent 2ac6ac0df2
commit 8ac7f7a2ef

View file

@ -140,6 +140,8 @@ jobs:
"
- name: Update and restart services
env:
MARIADB_ROOT_PASSWORD: ${{ secrets.MARIADB_ROOT_PASSWORD }}
run: |
ssh ${{ env.HETZNER_USER }}@${{ env.HETZNER_HOST }} "
cd ${{ env.DEPLOY_PATH }}