From 92c76e3438c817f2067ecc40d3ee502f305a8ae8 Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Mon, 20 Apr 2020 15:46:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=83=A8=E5=88=86=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/gitea_create_repository.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/gitea_create_repository.rake b/lib/tasks/gitea_create_repository.rake index 4719a23e2..d680bbf1b 100644 --- a/lib/tasks/gitea_create_repository.rake +++ b/lib/tasks/gitea_create_repository.rake @@ -1,5 +1,5 @@ # 执行示例 bundle exec rake gitea_create_repository:created_repo - +# 线上环境执行示例 RAILS_ENV=production bundle exec rake gitea_create_repository:created_repo namespace :gitea_create_repository do desc "if gitea .git file not present ,and create new .git file"