ai/at
1
0

rm atproto

This commit is contained in:
2026-02-19 16:35:07 +09:00
parent 9157948d93
commit f4180e0c54
8 changed files with 12 additions and 36 deletions

View File

@@ -33,11 +33,8 @@ jobs:
working-directory: web
- name: Deploy to Cloudflare Pages
uses: cloudflare/pages-action@v1
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ secrets.CLOUDFLARE_PROJECT_NAME }}
directory: web/dist/aiat
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
wranglerVersion: '3'
command: pages deploy web/dist/aiat --project-name=${{ secrets.CLOUDFLARE_PROJECT_NAME }}