Add CI release to ContentDB
This commit is contained in:
parent
49384072d8
commit
21a567edc9
|
@ -34,4 +34,4 @@ pipelines:
|
|||
- step:
|
||||
name: Deploy to ContentDB
|
||||
script:
|
||||
- curl --location --request POST 'https://content.minetest.net/api/packages/SaKeL/x_bows/releases/new/' --header 'Authorization:Bearer $CONTENT_DB_X_BOWS_TOKEN' --header "'"Content-Type:application/json"'" --data-raw '{"method":"git", "title":"'"$BITBUCKET_TAG"'", "ref":"master"}'
|
||||
- curl --location --request POST 'https://content.minetest.net/api/packages/SaKeL/x_bows/releases/new/' --header 'Authorization:Bearer "'"$CONTENT_DB_X_BOWS_TOKEN"'"' --header 'Content-Type:application/json' --data-raw '{"method":"git", "title":"'"$BITBUCKET_TAG"'", "ref":"master"}'
|
||||
|
|
Ŝarĝante…
Reference in New Issue