mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-14 21:25:05 -05:00
12 lines
208 B
Bash
Executable File
12 lines
208 B
Bash
Executable File
#!/bin/bash
|
|
|
|
V=`date "+%Y%m%d_%H%M%S"`
|
|
M=prod
|
|
|
|
rsync -avL --delete ../web/WebContent/ www/
|
|
rsync -avL --delete ../gwt/war/mailiverse_gwt/ www/mailiverse_gwt/
|
|
|
|
./compile-web-html $V $M
|
|
./compile-web-js $V $M
|
|
|