diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..b39ff4d --- /dev/null +++ b/deploy.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# 拉取最新的代码 +git pull + +docker compose --env-file .env --env-file .env.production up -d --build \ No newline at end of file