mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
fix deploy script
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
|
||||
systemctl status kdrive-rclone | (echo "Exiting kDrive is not running..." & exit 1)
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
docker compose run archivebox server
|
||||
|
||||
Reference in New Issue
Block a user