File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 curl -X POST -H 'Content-Type: application/json' -u "${UPLOAD_PRODUCTION_USERNAME}:${UPLOAD_PRODUCTION_SECRET}" \
5555 "https://apt.reddec.net/api/repos/reddec/file/${PROJECT}"
5656 # publish
57- curl -X POST --keepalive-time 10 --max-time 240 -H 'Content-Type: application/json' -u "${UPLOAD_PRODUCTION_USERNAME}:${UPLOAD_PRODUCTION_SECRET}" \
57+ curl -X PUT --keepalive-time 10 --max-time 240 -H 'Content-Type: application/json' -u "${UPLOAD_PRODUCTION_USERNAME}:${UPLOAD_PRODUCTION_SECRET}" \
5858 --data '{"SourceKind": "local", "Sources": [{"Name":"reddec"}]}' \
59- https://apt.reddec.net/api/publish/s3:r2:
59+ https://apt.reddec.net/api/publish/s3:r2:/all
6060 env :
6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262 UPLOAD_PRODUCTION_USERNAME : ${{ secrets.UPLOAD_PRODUCTION_USERNAME }}
You can’t perform that action at this time.
0 commit comments