deploy script
This commit is contained in:
5
cntmanage/docker/deploy.sh
Executable file
5
cntmanage/docker/deploy.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
git pull
|
||||
./build
|
||||
docker compose up -d
|
||||
Reference in New Issue
Block a user