mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-01-16 13:50:12 +00:00
fix missing build-arg for local deployment
This commit is contained in:
parent
f16915be11
commit
ba1c8c15c4
@ -28,7 +28,7 @@ function sync_blackhole {
|
||||
--exclude "db.sqlite3" \
|
||||
. -e ssh "$host":tubearchivist
|
||||
|
||||
ssh "$host" 'docker build -t bbilly1/tubearchivist tubearchivist'
|
||||
ssh "$host" 'docker build -t bbilly1/tubearchivist --build-arg TARGETPLATFORM="linux/amd64" tubearchivist'
|
||||
ssh "$host" 'docker compose up -d'
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user