From 96573c1a5a8bb34a3f224b05cc1f05d6a6d42956 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Fri, 8 May 2026 19:56:35 +0000 Subject: [PATCH] Update stuff --- jenkins/divendres | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/jenkins/divendres b/jenkins/divendres index a0f87ce..1f942f5 100644 --- a/jenkins/divendres +++ b/jenkins/divendres @@ -20,7 +20,7 @@ pipeline { python3 -m venv venv . venv/bin/activate pip install --upgrade pip --quiet - pip install --quiet atproto requests + pip install --quiet atproto requests ffmpeg python-dotenv pillow """ } } @@ -36,13 +36,13 @@ pipeline { sh """ . venv/bin/activate python3 bsky_post.py "DIVENDRES!!!!!!" \\ - --username "\$BSKY_GROMENAWARE_HANDLE" \\ - --password "\$BSKY_GROMENAWARE_APP_PASSWORD" \\ - --video media/divendres.mp4 \\ - --alt "DIVENDRES!!" \\ - --lang ca \\ - --service https://eurosky.social \\ - --allow-pds-video-fallback + --text "DIVENDRES!!!!!!!!!!!" \ + --video media/divendres.mp4 \ + --alt "DIVENDRES" \ + --bsky-handle "$BSKY_GROMENAWARE_HANDLE" \ + --bsky-password "$BSKY_GROMENAWARE_APP_PASSWORD" \ + --bsky-base-url "https://eurosky.social" \ + --bsky-langs "ca" """ } }