Files
rengine/update.sh
T
AnonymousWP 4ee108b8d8 ops(updating): add shell script to automatically update
It's much faster if you're not used to the commands, and especially if you need to do this regularly. It can save you time.
2023-03-24 20:18:54 +01:00

4 lines
60 B
Bash

#!/bin/bash
make down && git pull && make build && make up