another different ssh flag

This commit is contained in:
Andy Pack 2024-07-01 22:23:52 +01:00
parent 8aa49b084d
commit 94ed977f08
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -101,7 +101,7 @@ jobs:
tags: tag:ci
- name: Deploy
run: ssh -o StrictHostKeyChecking=no aj@odb -f "cd selector/ && docker compose up -d --pull always"
run: ssh -o StrictHostKeyChecking=no aj@odb -t "cd selector/ && docker compose up -d --pull always"
build-Js: