Linkwarden: remove playwright
This commit is contained in:
parent
6c1d63a414
commit
56f6d5a2ae
@ -37,8 +37,8 @@ corepack enable
|
|||||||
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)"
|
||||||
cd /opt/linkwarden
|
cd /opt/linkwarden
|
||||||
$STD yarn workspaces focus linkwarden @linkwarden/web @linkwarden/worker
|
$STD yarn workspaces focus linkwarden @linkwarden/web @linkwarden/worker
|
||||||
$STD npx playwright install-deps
|
# $STD npx playwright install-deps
|
||||||
$STD yarn playwright install
|
# $STD yarn playwright install
|
||||||
|
|
||||||
cat <<EOF >/opt/linkwarden/.env
|
cat <<EOF >/opt/linkwarden/.env
|
||||||
NEXTAUTH_SECRET=${SECRET_KEY}
|
NEXTAUTH_SECRET=${SECRET_KEY}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user