blackhole deploy fix, take 2

This commit is contained in:
Simon
2025-01-28 09:45:40 +07:00
parent a49a1d36ff
commit 10a4b13506

View File

@@ -35,7 +35,7 @@ function sync_blackhole {
. -e ssh "$host":tubearchivist
ssh "$host" 'docker build -t bbilly1/tubearchivist:unstable tubearchivist'
ssh "$host" 'docker compose up -d -f docker/docker-compose.yml'
ssh "$host" 'docker compose -f docker/docker-compose.yml up -d'
}