mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-04-05 00:26:23 +02:00
3 lines
76 B
Bash
Executable file
3 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
git -C ./sources pull
|
|
docker compose --ansi never up -d --build
|