Skip to content

Commit b749665

Browse files
committed
ci: call multitudes deploy API
1 parent c338529 commit b749665

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release-eql.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,12 @@ jobs:
5656
release/cipherstash-encrypt-uninstall.sql
5757
release/cipherstash-encrypt-supabase.sql
5858
release/cipherstash-encrypt-uninstall-supabase.sql
59+
60+
- name: Notify Multitudes
61+
run: |
62+
curl --request POST \
63+
--fail-with-body \
64+
--url "https://api.developer.multitudes.co/deployments" \
65+
--header "Content-Type: application/json" \
66+
--header "Authorization: ${{ secrets.MULTITUDES_ACCESS_TOKEN }}" \
67+
--data '{"commitSha": "${{ github.sha }}", "environmentName":"production"}'

0 commit comments

Comments
 (0)