|
|
|
|
@ -170,13 +170,13 @@ f-stage: build-f |
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/f-wwwroot/
|
|
|
|
|
|
|
|
|
|
g-stage: build-f |
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/f-wwwroot/
|
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/g-wwwroot/
|
|
|
|
|
|
|
|
|
|
h-stage: build-f |
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/f-wwwroot/
|
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/h-wwwroot/
|
|
|
|
|
|
|
|
|
|
i-stage: build-f |
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/f-wwwroot/
|
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/i-wwwroot/
|
|
|
|
|
|
|
|
|
|
test: |
|
|
|
|
npm test
|
|
|
|
|
|