Commit 14757b264c5a49424da2f9b6b7bef2669f9c308c

Authored by Michał Lenart
1 parent f10d9d64

- mała poprawka w deploy.sh

git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/trunk@302 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
Showing 1 changed file with 1 additions and 1 deletions
deploy.sh
1 1 #!/bin/bash
2 2  
3   -tar -czf - target/ | ssh mlenart@chopin.ipipan.waw.pl "cd public_html && rm -rf morfeusz target && tar -xzf - && mv target morfeusz"
  3 +tar -czf - target/ | ssh mlenart@chopin.ipipan.waw.pl "cd public_html && rm -rf morfeusz target && tar -xzf - && mv target morfeusz && chmod a+x morfeusz"
... ...