Skip to content

Commit ec917c0

Browse files
committed
Fix Makefile format
1 parent 00a2f0d commit ec917c0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
# On the command line, just type "make<space><tab>"
44

55
workers_status:
6-
docker ps -a
6+
docker ps -a
77

88
restart_project_creation_worker:
9-
docker compose up -d mapswipe_workers_creation
9+
docker compose up -d mapswipe_workers_creation
1010

1111
start_all_workers:
12-
docker compose up -d postgres manager_dashboard nginx api mapswipe_workers_creation mapswipe_workers_stats mapswipe_workers_firebase_to_postgres
12+
docker compose up -d postgres manager_dashboard nginx api mapswipe_workers_creation mapswipe_workers_stats mapswipe_workers_firebase_to_postgres
1313

1414
stop_all_workers:
15-
docker compose stop
15+
docker compose stop
1616

1717
make_project_manager:
18-
@echo "run with [email protected] to give PM rights"; docker compose run --rm mapswipe_workers_creation mapswipe_workers -v user-management --action=add-manager-rights --email=$(email)
18+
@echo "run with [email protected] to give PM rights"; docker compose run --rm mapswipe_workers_creation mapswipe_workers -v user-management --action=add-manager-rights --email=$(email)
1919

2020
remove_project_manager:
21-
@echo "run with [email protected] to remove PM rights"; docker compose run --rm mapswipe_workers_creation mapswipe_workers -v user-management --action=remove-manager-right --email=$(email)
21+
@echo "run with [email protected] to remove PM rights"; docker compose run --rm mapswipe_workers_creation mapswipe_workers -v user-management --action=remove-manager-right --email=$(email)
2222

2323
update_firebase_functions_and_db_rules:
24-
docker compose run --rm firebase_deploy
24+
docker compose run --rm firebase_deploy
2525

2626
deploy_latest_workers_version:
27-
git pull; docker compose build postgres manager_dashboard nginx api mapswipe_workers_creation mapswipe_workers_stats mapswipe_workers_firebase_to_postgres firebase_deploy; docker compose up -d postgres manager_dashboard nginx api mapswipe_workers_creation mapswipe_workers_stats mapswipe_workers_firebase_to_postgres firebase_deploy
27+
git pull; docker compose build postgres manager_dashboard nginx api mapswipe_workers_creation mapswipe_workers_stats mapswipe_workers_firebase_to_postgres firebase_deploy; docker compose up -d postgres manager_dashboard nginx api mapswipe_workers_creation mapswipe_workers_stats mapswipe_workers_firebase_to_postgres firebase_deploy

0 commit comments

Comments
 (0)