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 4b877cd commit bfdd9baCopy full SHA for bfdd9ba
Makefile
@@ -0,0 +1,11 @@
1
+# This Makefile aims to make daily mapswipe admin tasks a bit easier by collecting
2
+# all common commands here, with a simple built-in help system.
3
+# On the command line, just type "make<space><tab>"
4
+#
5
+# prefix all risky commands with "danger_" :)
6
+
7
+workers_status:
8
+ docker ps -a
9
10
+danger_restart_project_creation_worker:
11
+ docker compose up -d mapswipe_workers_creation
0 commit comments