Skip to content

Commit

Permalink
Updated app name
Browse files Browse the repository at this point in the history
  • Loading branch information
arnonrdp committed Aug 3, 2023
1 parent f713eeb commit ff848c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: deploy --name=sparkling-paper-3924
command: deploy --name=sample-node-server
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sparkling-paper-3924",
"name": "sample-node-server",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "sparkling-paper-3924"
name = "sample-node-server"
main = "src/worker.js"
compatibility_date = "2023-08-01"
account_id = "febb3b25d5ad9fea8d9db175fe2c3477"
Expand Down

0 comments on commit ff848c3

Please sign in to comment.