Skip to content

Commit 857287b

Browse files
committed
chore(ci): update for newest deploy system
1 parent 95688d6 commit 857287b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/site/config.sh

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function run {
3131

3232
git add -A
3333
git commit -am "release: $VERSION"
34-
git push -q origin master
3534
source deploy.sh
3635

3736
echo "-- Published ionic-site config v$VERSION successfully!"

scripts/site/docs.sh

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ function run {
3636
else
3737
git add -A
3838
git commit -am "docs: update for $VERSION"
39-
git push -q origin master
4039
source deploy.sh
4140

4241
echo "-- Updated docs for $VERSION_NAME succesfully!"

0 commit comments

Comments
 (0)