Skip to content

Commit 9376f5c

Browse files
committed
start/stop the dev service in the pull script
1 parent e3e555e commit 9376f5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.d4g-tools/deploy/pull/pull.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ parse_params() {
7676

7777
parse_params "$@"
7878

79+
service taxplorer-dev.uwsgi stop
7980
cd $SOURCE && git pull
80-
#docker compose up -d --build
81+
service taxplorer-dev.uwsgi start
82+
8183
exit 0

0 commit comments

Comments
 (0)