Skip to content
Snippets Groups Projects
Commit ff5558b7 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: status badge

parent 3af5529f
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ jobs:
if: success()
run: |
DEPLOY_URL=$ROUTE_HOST$ROUTE_PATH
DEPLOY_URL=https://$ROUTE_HOST$ROUTE_PATH
curl -v \
-X POST \
-H "authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
......@@ -166,5 +166,7 @@ jobs:
-d '{
"target_url":"'$DEPLOY_URL'",
"name": "Deployed at OKD",
"description": "Deployed at OKD",
"context": "[ebrains-okd-deploy] Deployed at OKD",
"state": "success"
}'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment