diff --git a/heroku.yml b/heroku.yml index 437f6f4..8cd155c 100644 --- a/heroku.yml +++ b/heroku.yml @@ -17,7 +17,5 @@ build: GITEA__database__PASSWD: gitea PORT: 3002 HTTP_PORT: 3002 -release: - image: gitea/gitea:1.14.5-rootless - command: - - ./gitea web -port 3006 +run: + web: ./gitea web -port 3006