Test cloudflare preview URL (#3130)

This commit is contained in:
Samy Pessé
2025-04-09 17:24:38 +02:00
committed by GitHub
parent ae43ca146c
commit 223ab5377f
2 changed files with 16 additions and 10 deletions
+2 -2
View File
@@ -126,14 +126,14 @@ jobs:
body: |
Summary of the deployments:
### Version 1 (production)
### Version 1
| Version | URL | Status |
| --- | --- | --- |
| Latest commit | [${{ needs.deploy-v1-cloudflare.outputs.deployment-url }}](${{ needs.deploy-v1-cloudflare.outputs.deployment-url }}) | ${{ needs.deploy-v1-cloudflare.result == 'success' && '✅' || '❌' }} |
| PR | [${{ needs.deploy-v1-cloudflare.outputs.deployment-alias-url }}](${{ needs.deploy-v1-cloudflare.outputs.deployment-alias-url }}) | ${{ needs.deploy-v1-cloudflare.result == 'success' && '✅' || '❌' }} |
### Version 2 (experimental)
### Version 2
| Version | URL | Status |
| --- | --- | --- |
+14 -8
View File
@@ -10,12 +10,6 @@
"observability": {
"enabled": true
},
"migrations": [
{
"tag": "v1",
"new_sqlite_classes": ["DOQueueHandler", "DOShardedTagCache"]
}
],
"env": {
"preview": {
"d1_databases": [
@@ -94,7 +88,13 @@
"class_name": "DOShardedTagCache"
}
]
}
},
"migrations": [
{
"tag": "v1",
"new_sqlite_classes": ["DOQueueHandler", "DOShardedTagCache"]
}
]
},
"production": {
"routes": [
@@ -146,7 +146,13 @@
"class_name": "DOShardedTagCache"
}
]
}
},
"migrations": [
{
"tag": "v1",
"new_sqlite_classes": ["DOQueueHandler", "DOShardedTagCache"]
}
]
}
}
}