Skip to content

Commit 2655797

Browse files
committed
remove verify step
1 parent 4ec6510 commit 2655797

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)