chore: execute fetch dependencies script on deploy

This commit is contained in:
overflowerror 2023-12-03 14:55:45 +01:00
parent 50288f40c2
commit 2fb1cfcacf

View file

@ -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