puzzle/update.sh
2024-05-25 21:47:36 +05:00

3 lines
94 B
Bash
Executable File

#!/bin/bash
git pull https://github.com/n0rdye/puzzle.git --autostash;
docker-compose restart;