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