mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
try to add mariadb root password
This commit is contained in:
parent
2ac6ac0df2
commit
8ac7f7a2ef
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -140,6 +140,8 @@ jobs:
|
||||||
"
|
"
|
||||||
|
|
||||||
- name: Update and restart services
|
- name: Update and restart services
|
||||||
|
env:
|
||||||
|
MARIADB_ROOT_PASSWORD: ${{ secrets.MARIADB_ROOT_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
ssh ${{ env.HETZNER_USER }}@${{ env.HETZNER_HOST }} "
|
ssh ${{ env.HETZNER_USER }}@${{ env.HETZNER_HOST }} "
|
||||||
cd ${{ env.DEPLOY_PATH }}
|
cd ${{ env.DEPLOY_PATH }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue