mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "b66590f976ad2824a4d4474b332ac6bc7a66cec8" and "ddb655156546e7927c19303c172ac6c1e12df2c5" have entirely different histories.
b66590f976
...
ddb6551565
|
@ -67,7 +67,6 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
|
||||||
git pull
|
git pull
|
||||||
yarn
|
yarn
|
||||||
npx playwright install-deps
|
npx playwright install-deps
|
||||||
yarn playwright install
|
|
||||||
yarn prisma generate
|
yarn prisma generate
|
||||||
yarn build
|
yarn build
|
||||||
yarn prisma migrate deploy
|
yarn prisma migrate deploy
|
||||||
|
|
|
@ -74,7 +74,6 @@ RELEASE=$(curl -s https://api.github.com/repos/linkwarden/linkwarden/releases/la
|
||||||
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
||||||
$STD yarn
|
$STD yarn
|
||||||
$STD npx playwright install-deps
|
$STD npx playwright install-deps
|
||||||
$STD yarn playwright install
|
|
||||||
IP=$(hostname -I | awk '{print $1}')
|
IP=$(hostname -I | awk '{print $1}')
|
||||||
SECRET_KEY="$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 32)"
|
SECRET_KEY="$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 32)"
|
||||||
env_path="/opt/linkwarden/.env"
|
env_path="/opt/linkwarden/.env"
|
||||||
|
|
Loading…
Reference in New Issue