Skip to content

Commit 18905d6

Browse files
committed
bugfixing
1 parent 3fd7929 commit 18905d6

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

run.sh

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,26 @@
22

33
source setenv.sh
44

5-
./mvnw
5+
function setupHeroku() {
6+
heroku login
7+
heroku ps
8+
}
69

10+
function runHerokuLocal() {
11+
heroku ps
12+
.mvnw clean install
13+
heroku local web
14+
heroku open
15+
}
16+
17+
function runDev() {
18+
.mvnw
19+
}
20+
21+
function main() {
22+
runDev
23+
#setupHeroku
24+
#runHerokuLocal
25+
}
26+
27+
main

0 commit comments

Comments
 (0)