Perform git clone as the taiga user.
This commit is contained in:
parent
65b00e3b84
commit
059eb55dfa
1 changed files with 7 additions and 1 deletions
|
@ -78,7 +78,13 @@
|
|||
### DONE with db stuff
|
||||
|
||||
### NEXT, setup taiga-back from git
|
||||
- git: repo=https://github.com/taigaio/taiga-back.git dest=/home/taiga/taiga-back version=stable
|
||||
- command: sudo -u taiga git clone https://github.com/taigaio/taiga-back.git
|
||||
chdir=/home/taiga/
|
||||
creates=/home/taiga/taiga-back
|
||||
tags: taiga
|
||||
|
||||
- command: sudo -u taiga git checkout stable
|
||||
chdir=/home/taiga/taiga-back
|
||||
tags: taiga
|
||||
|
||||
- command: pip3 install -r requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue