diff --git a/.replit b/.replit index e5ab7812..c5424b52 100644 --- a/.replit +++ b/.replit @@ -1,2 +1,2 @@ language = "nodejs" -run = "npm start" +run = "bash main.sh" diff --git a/README.md b/README.md index 7134c8fe..64c68215 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ Access the world wide web! [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/titaniumnetwork-dev/Incognito/tree/main) -[![Deploy](https://raw.githubusercontent.com/QuiteAFancyEmerald/HolyUnblockerPublic/master/views/assets/img/replit.svg?raw)](https://repl.it/github/titaniumnetwork-dev/Incognito) - + + Deploy + +
+**Note: Deploy to Heroku will only work when forking this, then clicking the deploy button.** ## Setup ```sh diff --git a/main.sh b/main.sh new file mode 100644 index 00000000..b6648d8d --- /dev/null +++ b/main.sh @@ -0,0 +1,2 @@ +npm install +npm start