From d3b21bba1cc320d9b9d2f6c838e31566c6e3b163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Mon, 19 Apr 2021 12:48:51 +0200 Subject: [PATCH] keroku instructions --- Procfile | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..5a68323 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: vendor/bin/heroku-php-nginx diff --git a/README.md b/README.md index 3c065a1..7a01c97 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ Simpler than the mechanism of a spoon. -Local testing: `php -S localhost:8000` \ No newline at end of file +Local testing: `php -S localhost:8000` + +Heroku deploy: `git push heroku main`