feat(pling): add pling uploader script with upload by default and dry run args
This commit is contained in:
+3
-1
@@ -1,10 +1,12 @@
|
||||
# Pling/OpenDesktop dry-run config
|
||||
# Pling/OpenDesktop uploader config
|
||||
# CLI args take precedence over these env vars.
|
||||
# Default script mode is upload (delete all existing files, then upload artifact).
|
||||
|
||||
PLING_BASE_URL=https://www.opendesktop.org
|
||||
PLING_PROJECT_ID=123456
|
||||
PLING_USERNAME=your-email@example.com
|
||||
PLING_PASSWORD=your-password
|
||||
PLING_ARTIFACT=build/org.kde.plasma.starter.plasmoid
|
||||
|
||||
# Optional runtime tuning
|
||||
# PLING_TIMEOUT=30
|
||||
|
||||
Reference in New Issue
Block a user