diff --git a/.woodpecker.yml b/.woodpecker.yml index 45458ed..3fa93ba 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -81,7 +81,6 @@ pipeline: - sudo -u nobody lintian "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" || true - >- curl - -u "$${GITEA_API_USERNAME}:$${GITEA_API_PASSWORD}" - -XPUT - --data-binary "@prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" + --user "$${GITEA_API_USERNAME}:$${GITEA_API_PASSWORD}" + --upload-file "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" $${GITEA_API_REPOSITORY_DEB}