We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478350c commit 527ce45Copy full SHA for 527ce45
Makefile
@@ -50,7 +50,7 @@ slack-push:
50
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"
51
52
update:
53
- @git pull -v 2>&1 | egrep "django\/|vue\/" && make deploy_local && make slack-push; exit 0
+ make deploy_local && make slack-push; exit 0
54
55
ab-graphql:
56
ab -p tests/graphql-autocomplete-post.json -T application/json -c 10 -n 2000 http://gemeindescan.ch/graphql/
0 commit comments