Update docproc.yml

Moved terminal commands that change on every repository so they may be changed from github instead of on the Documentation Server.
This commit is contained in:
Keith Crain 2020-08-25 21:19:58 -04:00 committed by GitHub
parent e7f3dbf16d
commit f9aa1656cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,4 +22,8 @@ jobs:
with:
hosts: 'root@code-reference.mainwp.com'
privateKey: ${{ secrets.PRIVATE_KEY }}
command: sh ~/scripts/docproc.sh
command: |
sleep 3
rm -rf ~/Source/mainwp
git clone https://github.com/mainwp/mainwp.git ~/Source/mainwp
sh ~/scripts/docproc.sh