File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -60,20 +60,10 @@ jobs:
6060 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
6161 CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
6262
63- - name : Verify Deployment
64- run : |
65- echo "Verifying frontend deployment..."
66- curl -f https://rgou-main.rob-gilks.workers.dev/ || exit 1
67- echo "Verifying AI worker deployment..."
68- curl -f https://rgou-ai-worker.rob-gilks.workers.dev/health || exit 1
69- echo "✅ All deployments verified successfully!"
70-
7163 - name : Notify on Success
7264 if : success()
7365 run : |
7466 echo "🚀 Deployment completed successfully!"
75- echo "Frontend: https://rgou-main.rob-gilks.workers.dev"
76- echo "AI Worker: https://rgou-ai-worker.rob-gilks.workers.dev"
7767
7868 - name : Notify on Failure
7969 if : failure()
You can’t perform that action at this time.
0 commit comments