Skip to content

Commit c933714

Browse files
committed
build: trigger webhook update
1 parent 48491e7 commit c933714

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci_fast.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,10 @@ jobs:
6464
esac
6565
echo "using tag: --${awsTag}--"
6666
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$awsTag --file ./devops/precompiled/Dockerfile .
67-
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$awsTag
67+
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$awsTag
68+
69+
# trigger a webhook update
70+
curl -H "Authorization: Bearer ${{ secrets.DELPHI_DEPLOY_WEBHOOK_TOKEN }}" \
71+
-X POST ${{ secrets.DELPHI_DEPLOY_WEBHOOK_URL }} \
72+
-H "Content-Type: application/x-www-form-urlencoded" \
73+
-d "repository=$ECR_REGISTRY/$ECR_REPOSITORY&tag=$awsTag"

0 commit comments

Comments
 (0)