Skip to content

Commit 9efe778

Browse files
committed
restart screenshot service on local deploy
1 parent e42b9d0 commit 9efe778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ deploy_local:
6464
source env.hosts.prod && rsync -av --delete vue/dist $$VUE_LOCAL_PATH
6565
docker-compose exec -T django make migrate
6666
docker-compose exec -T django killall -TERM gunicorn
67+
docker-compose exec -T vue killall -TERM node
6768

6869
slack-push:
6970
source env.hosts.prod && test -v SLACK_APP_HOOK && curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"$$SLACK_APP_TEXT\"}" "https://hooks.slack.com/services/$$SLACK_APP_HOOK"

0 commit comments

Comments
 (0)