Skip to content

Commit

Permalink
chore: account id 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
milk717 committed Feb 26, 2024
1 parent f63144f commit 2d3f593
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker CD
name: Cloudflare CD

on:
push:
Expand All @@ -20,9 +20,9 @@ jobs:
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: YOUR_ACCOUNT_ID
projectName: YOUR_PROJECT_NAME
directory: YOUR_BUILD_OUTPUT_DIRECTORY
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}}
projectName: inu-home-admin
directory: admin/dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: deploy/admin
workingDirectory: admin
Expand Down

0 comments on commit 2d3f593

Please sign in to comment.