mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
fix: Missing quote in deploy workflow
This commit is contained in:
parent
2a50a2ea53
commit
c229c78332
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
rm -rf .git .github
|
||||
cp config.templ.php config.php
|
||||
sed -i -E 's/%DBHOST%/'"$POSTGRES_HOST"'/g' config.php
|
||||
sed -i -E 's/%DBNAME%/'"$POSTGRES_DBNAME'/g' config.php
|
||||
sed -i -E 's/%DBNAME%/'"$POSTGRES_DBNAME"'/g' config.php
|
||||
sed -i -E 's/%DBUSER%/'"$POSTGRES_USER"'/g' config.php
|
||||
sed -i -E 's/%DBPASSWORD%/'"$POSTGRES_PASSWORD"'/g' config.php
|
||||
sed -i -E 's/%UPDATER_EMAIL%/'"$UPDATER_CONTACT_EMAIL"'/g' core.php
|
||||
|
|
Loading…
Reference in a new issue