From 626223a3df1255c32645bb2ab17625c4be97a234 Mon Sep 17 00:00:00 2001 From: Ralfs Date: Tue, 13 Apr 2021 14:15:57 +0300 Subject: [PATCH] Heroku --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },