Skip to content

Commit dbb05be

Browse files
author
Tom Softreck
committed
ansible tests
1 parent 301bb7c commit dbb05be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@ ps:
1515

1616
restart:
1717
podman-compose -f docker-compose.yml down && podman-compose -f docker-compose.yml up -d
18+
19+
up-prod:
20+
podman-compose -f docker-compose.prod.yml up -d
21+
22+
down-prod:
23+
podman-compose -f docker-compose.prod.yml down
24+
25+
logs-prod:
26+
podman-compose -f docker-compose.prod.yml logs

0 commit comments

Comments
 (0)