We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f187d2 commit 1680ee1Copy full SHA for 1680ee1
.github/workflows/deploy-Dataspace-dev.yml
@@ -117,3 +117,12 @@ jobs:
117
mv DataExchange/DataExFrontend/.next_backup DataExchange/DataExFrontend/.next
118
mv DataExchange/DataExFrontend/public_backup DataExchange/DataExFrontend/public
119
/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