Skip to content

Commit c19b32e

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release-eql.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,13 @@ 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+
if: github.event_name == 'release'
62+
run: |
63+
curl --request POST \
64+
--fail-with-body \
65+
--url "https://api.developer.multitudes.co/deployments" \
66+
--header "Content-Type: application/json" \
67+
--header "Authorization: ${{ secrets.MULTITUDES_ACCESS_TOKEN }}" \
68+
--data '{"commitSha": "${{ github.sha }}", "environmentName":"production"}'

0 commit comments

Comments
 (0)