diff --git a/package.json b/package.json index 79b78ae..8fb3642 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "build": "tsc", "postinstall": "tsc", - "deploy": "git add . && git commit -m Heroku && git push heroku master", + "deploy": "git add . && git commit -m Heroku && git push heroku main", "start": "node --max_old_space_size=2048 build/index.js", "start:dev": "ts-node src/index.ts" },