Skip to content

Commit

Permalink
chore: pages 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
milk717 committed Feb 27, 2024
1 parent ff8bbb6 commit b809312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/admin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
uses: actions/checkout@v3

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
uses: cloudflare/pages-action@v1.5
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}}
projectName: inu-home-admin
projectName: appcenter-admin
directory: admin/dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: deploy/admin
Expand Down

0 comments on commit b809312

Please sign in to comment.