Skip to content

Commit ea428ca

Browse files
authored
Updating domain name of webhook
1 parent 9fbd851 commit ea428ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
environment: Production
2323
- name: Trigger Webhook
2424
run: |
25-
WEBHOOK_URL="https://ellipsis.scis.smu.edu.sg/4e0f201f32f5/heartcodehook"
25+
WEBHOOK_URL="https://smuellipsis.scis.smu.edu.sg/4e0f201f32f5/heartcodehook"
2626
2727
PAYLOAD='{"commitId": "${{ github.event.head_commit.id }}"}'
2828
@@ -48,4 +48,4 @@ jobs:
4848
token: "${{ github.token }}"
4949
log-url: ${{ steps.deployment.outputs.environment_url }}
5050
deployment-id: ${{ steps.deployment.outputs.deployment_id }}
51-
state: "failure"
51+
state: "failure"

0 commit comments

Comments
 (0)