Add script for releasing: build + deploy
This commit is contained in:
parent
6d7bf48570
commit
0a6add1ae3
1 changed files with 4 additions and 0 deletions
4
scripts/release.sh
Executable file
4
scripts/release.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
echo "Building and deploying app"
|
||||
CURRENT_DIR="`pwd`/`dirname $0`"
|
||||
$CURRENT_DIR/build.sh && $CURRENT_DIR/deploy.sh
|
Loading…
Reference in a new issue