Skip to content

Commit bfdd9ba

Browse files
committed
Add skeleton Makefile for common commands
1 parent 4b877cd commit bfdd9ba

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)