Update stuff
This commit is contained in:
@@ -20,7 +20,7 @@ pipeline {
|
|||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install --upgrade pip --quiet
|
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 """
|
sh """
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python3 bsky_post.py "DIVENDRES!!!!!!" \\
|
python3 bsky_post.py "DIVENDRES!!!!!!" \\
|
||||||
--username "\$BSKY_GROMENAWARE_HANDLE" \\
|
--text "DIVENDRES!!!!!!!!!!!" \
|
||||||
--password "\$BSKY_GROMENAWARE_APP_PASSWORD" \\
|
--video media/divendres.mp4 \
|
||||||
--video media/divendres.mp4 \\
|
--alt "DIVENDRES" \
|
||||||
--alt "DIVENDRES!!" \\
|
--bsky-handle "$BSKY_GROMENAWARE_HANDLE" \
|
||||||
--lang ca \\
|
--bsky-password "$BSKY_GROMENAWARE_APP_PASSWORD" \
|
||||||
--service https://eurosky.social \\
|
--bsky-base-url "https://eurosky.social" \
|
||||||
--allow-pds-video-fallback
|
--bsky-langs "ca"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user