3 lines
107 B
Bash
Executable File
3 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
cd /opt && git pull && cd docker/timothykim.net && docker compose pull && docker compose up -d
|