fix(ci): pin landing dev deploy route (#4884)

This commit is contained in:
DIYgod 2026-02-26 13:08:08 +08:00 committed by GitHub
parent 21fb6dfac0
commit fbbf97ae5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: apps/landing
command: deploy --env dev
command: deploy --env dev --name landing-next-dev --routes landing.dev.folo.is/*
- name: Deploy to Cloudflare (prod)
if: github.ref == 'refs/heads/main'