Skip to content

Commit f2de061

Browse files
committed
chore(): update deploy script
1 parent df3477f commit f2de061

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

scripts/circle/deploy.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ ARG_DEFS=(
99
function run {
1010
cd ../..
1111

12-
# If --git-push-dryrun is set on this script, export it to all the scripts
12+
# If --git-push-dryrun or --verbose is set on this script,
13+
# export it to all the scripts
1314
export GIT_PUSH_DRYRUN=$GIT_PUSH_DRYRUN
15+
export VERBOSE=$VERBOSE
1416

1517
git config --global user.name 'Ionitron'
1618
git config --global user.email hi@ionicframework.com

scripts/site/docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function run {
3737
# git add -A
3838
# git commit -am "docs: update for $VERSION"
3939
# git push -q origin gh-pages
40-
./deploy.sh
40+
source deploy.sh
4141

4242
echo "-- Updated docs for $VERSION_NAME succesfully!"
4343
fi

0 commit comments

Comments
 (0)