Skip to content

Commit

Permalink
update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos bolanos committed Apr 19, 2024
1 parent cd6b736 commit 6f1ddf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: deploy
uses: cloudflare/pages-action@v1
with:
projectName: "cf-remix"
projectName: "phoenix-web"
directory: "./build/client"
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "my-remix-app",
"name": "phoenix-web",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -51,4 +51,3 @@
"node": ">=18.0.0"
}
}

0 comments on commit 6f1ddf8

Please sign in to comment.