This commit is contained in:
2026-05-08 19:53:22 +00:00
parent 52a4340d8d
commit def1ca0f87

View File

@@ -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
"""
}
}
@@ -35,13 +35,14 @@ pipeline {
]) {
sh """
. venv/bin/activate
python3 bsky_post.py "Feliç dijous!!!!" \\
--username "\$BSKY_GROMENAWARE_HANDLE" \\
--password "\$BSKY_GROMENAWARE_APP_PASSWORD" \\
--image media/dijous.jpg \\
--alt "Feliç dijous!!" \\
--lang ca \\
--service https://eurosky.social
python3 bsky_post.py \
--text "Feliç dijous!!!!" \
--image media/dijous.jpg \
--alt "Feliç dijous!!" \
--bsky-handle "$BSKY_GROMENAWARE_HANDLE" \
--bsky-password "$BSKY_GROMENAWARE_APP_PASSWORD" \
--bsky-base-url "https://eurosky.social" \
--bsky-langs "ca"
"""
}
}