From b38f9a0eb1e1c522d3275a83b3d9121c38bf740e Mon Sep 17 00:00:00 2001 From: awieczarek Date: Wed, 23 Oct 2024 12:22:23 +0200 Subject: [PATCH] Test --- heroku.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/heroku.yml b/heroku.yml index a37457c..4f05cbe 100644 --- a/heroku.yml +++ b/heroku.yml @@ -16,3 +16,6 @@ build: GITEA__database__NAME: gitea GITEA__database__USER: gitea GITEA__database__PASSWD: gitea + +run: + web: /usr/local/bin/gitea web -port $PORT