-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Paragraph as it induced a bug in presentations
- Loading branch information
1 parent
c87679d
commit 55ee970
Showing
4 changed files
with
9 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
#!/bin/bash | ||
KEY=~/.ssh/ec2.pem | ||
[email protected]:/var/www/onlyoffice/documentserver/sdkjs | ||
[email protected]:/var/www/onlyoffice/documentserver/ | ||
export PRODUCT_VERSION="15.2.0" | ||
export BUILD_NUMBER="111" | ||
cd build | ||
grunt | ||
cd ../deploy/sdkjs/ | ||
echo Pushing common | ||
scp -i $KEY -r common $SERVER/ | ||
echo Pushing Document | ||
scp -i $KEY word/sdk-all.js $SERVER/word | ||
scp -i $KEY word/sdk-all-min.js $SERVER/word | ||
echo Pushing Presentation | ||
scp -i $KEY slide/sdk-all.js $SERVER/slide | ||
scp -i $KEY slide/sdk-all-min.js $SERVER/slide | ||
echo Pushing Sheet | ||
scp -i $KEY cell/sdk-all.js $SERVER/cell | ||
scp -i $KEY cell/sdk-all-min.js $SERVER/cell | ||
cd .. | ||
cd deploy/ | ||
scp -i $KEY -r sdkjs $SERVER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters