Skip to content

Commit 65ee8e5

Browse files
committed
added cleanup script
1 parent bf0710c commit 65ee8e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

deploy-cleanup.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
VERSION="$(node server/version)"
2+
BRANCH="$VERSION-release"
3+
ZIP="alpaca-$VERSION.zip"
4+
5+
#
6+
# TEARDOWN
7+
#
8+
9+
# delete local branch
10+
git checkout master
11+
git branch -D $BRANCH

0 commit comments

Comments
 (0)