|
|
|
|
@ -11,7 +11,22 @@ build: |
|
|
|
|
.PHONY: build |
|
|
|
|
|
|
|
|
|
stage: build |
|
|
|
|
rsync -zavP build/ -e 'ssh -p 666' ott-staging@85.10.224.24:/usr/local/www/ott-staging
|
|
|
|
|
rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging
|
|
|
|
|
|
|
|
|
|
a-stage: build |
|
|
|
|
rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/a-wwwroot/
|
|
|
|
|
|
|
|
|
|
b-stage: build |
|
|
|
|
rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/b-wwwroot/
|
|
|
|
|
|
|
|
|
|
c-stage: build |
|
|
|
|
rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/c-wwwroot/
|
|
|
|
|
|
|
|
|
|
d-stage: build |
|
|
|
|
rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/d-wwwroot/
|
|
|
|
|
|
|
|
|
|
e-stage: build |
|
|
|
|
rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/e-wwwroot/
|
|
|
|
|
|
|
|
|
|
test: |
|
|
|
|
npm test
|
|
|
|
|
|