Skip to content

Commit

Permalink
Fix deploy action (#19)
Browse files Browse the repository at this point in the history
* update deploy action

* fix project name
  • Loading branch information
ericyd committed Nov 18, 2022
1 parent 729ed89 commit 92b5ac2
Show file tree
Hide file tree
Showing 3 changed files with 2,035 additions and 57 deletions.
3 changes: 2 additions & 1 deletion .github/deploy.yml
Expand Up @@ -44,5 +44,6 @@ jobs:
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
workingDirectory: 'build'
command: pages publish --project-name=loopsupreme.com
command: pages publish --project-name=loopsupreme

0 comments on commit 92b5ac2

Please sign in to comment.