We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c036d6c commit 10745f9Copy full SHA for 10745f9
README.md
@@ -0,0 +1,10 @@
1
+With this [Piku](https://github.com/rcarmo/piku) application you can deploy Gitea.
2
+
3
+```
4
+git remote add piku piku@yourserver.net:gitea
5
+git push piku master
6
+piku config:set NGINX_SERVER_NAME=gitea.somedomain.net
7
8
9
+ * `NGINX_SERVER_NAME` is the domain name you want for the gitea server (the domain must point at the machine already).
10
0 commit comments