mirror of
https://github.com/sigmasternchen/drnk.me
synced 2025-03-15 09:48:54 +00:00
chore: execute fetch dependencies script on deploy
This commit is contained in:
parent
50288f40c2
commit
2fb1cfcacf
1 changed files with 3 additions and 0 deletions
3
.github/workflows/upload.yml
vendored
3
.github/workflows/upload.yml
vendored
|
@ -31,6 +31,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt install lftp
|
sudo apt install lftp
|
||||||
rm -rf .git .github
|
rm -rf .git .github
|
||||||
|
pushd bin
|
||||||
|
./fetch-dependencies.sh
|
||||||
|
popd
|
||||||
cp credentials.templ.php credentials.php
|
cp credentials.templ.php credentials.php
|
||||||
sed -i -e "s/{DB_DSN}/${DB_DSN}/g" credentials.php
|
sed -i -e "s/{DB_DSN}/${DB_DSN}/g" credentials.php
|
||||||
sed -i -e "s/{DB_SCHEMA}/${DB_SCHEMA}/g" credentials.php
|
sed -i -e "s/{DB_SCHEMA}/${DB_SCHEMA}/g" credentials.php
|
||||||
|
|
Loading…
Reference in a new issue