chore: initial commit for Bruchtal Docker + deploy
This commit is contained in:
16
deploy/deploy-bruchtal.sh
Executable file
16
deploy/deploy-bruchtal.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "===== Bruchtal Deploy $(date) ====="
|
||||
|
||||
cd /docker/Bruchtal
|
||||
|
||||
echo "Pulling latest changes..."
|
||||
git pull
|
||||
|
||||
echo "Updating containers..."
|
||||
docker restart bruchtal-docs
|
||||
|
||||
|
||||
echo "Deploy finished."
|
||||
Reference in New Issue
Block a user