1
0

Curl argument improved

This commit is contained in:
2026-01-26 16:52:11 +01:00
parent 235d863fa5
commit 86c4b14701

View File

@@ -77,6 +77,7 @@ tasks:
description: "Upload application $(archive_file)"
exec: "curl"
args:
- "-sS"
- "--user"
- "$(decrypt(gitUsername,keyfile)):$(decrypt(gitPassword,keyfile))"
- "--upload-file"