Skip to content

Commit 1680ee1

Browse files
committed
adding a notifier to make sure that deployment and smoke test passed
1 parent 7f187d2 commit 1680ee1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/deploy-Dataspace-dev.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,12 @@ jobs:
117117
mv DataExchange/DataExFrontend/.next_backup DataExchange/DataExFrontend/.next
118118
mv DataExchange/DataExFrontend/public_backup DataExchange/DataExFrontend/public
119119
/home/ubuntu/.nvm/versions/node/v20.11.1/bin/pm2 restart dataspace
120+
121+
notify_success:
122+
name: ✅ Deployment & Smoke Test Passed
123+
needs: smoke_tests
124+
if: success()
125+
runs-on: ubuntu-latest
126+
127+
steps:
128+
- run: echo "✅ Smoke tests passed. Deployment is stable."

0 commit comments

Comments
 (0)