kenken999 commited on
Commit
14fae11
·
1 Parent(s): 8a7cbac
Files changed (1) hide show
  1. mysite/libs/github.py +1 -1
mysite/libs/github.py CHANGED
@@ -56,7 +56,7 @@ def github(token:any):
56
 
57
  # ローカルリポジトリを初期化してコミット
58
  run_command("git init")
59
- run_command("git add .")
60
  run_command('git commit -m "Initial commit"')
61
 
62
  # git filter-branchの警告を無視する設定
 
56
 
57
  # ローカルリポジトリを初期化してコミット
58
  run_command("git init")
59
+ run_command("git add -f /home/user/app/controllers")
60
  run_command('git commit -m "Initial commit"')
61
 
62
  # git filter-branchの警告を無視する設定