Skip to content

Commit c180cdc

Browse files
committed
Initial test commit.
0 parents  commit c180cdc

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Procfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
release: ./setup.sh
2+
web: GITEA_WORK_DIR=$VIRTUAL_ENV/gitea/ ./gitea web -p $PORT

requirements.txt

Whitespace-only changes.

setup.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
mkdir -p $VIRTUAL_ENV/gitea
4+
wget -O gitea https://dl.gitea.io/gitea/1.8.3/gitea-1.8.3-linux-amd64
5+
chmod +x gitea

0 commit comments

Comments
 (0)