Merge branch 'add-git-to-beta-deploy' into 'develop'

Add git to beta.framadate.org deploy so that we can be sure on which revision we're on

See merge request framasoft/framadate!271
This commit is contained in:
Thomas Citharel 2018-04-02 11:34:12 +02:00
commit 56d6e015c1
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ beta:
- mkdir tpl_c
- mkdir .public
- cp -r * .public
- cp -r .git .public
- mv .public public
- mkdir "${HOME}/.ssh"
- chmod 700 "${HOME}/.ssh"