Consolidated deployment scripts
This commit is contained in:
7
deployment/remote_server/list-keys.sh
Executable file
7
deployment/remote_server/list-keys.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
if [ -x "$(command -v docker)" ]; then
|
||||
docker compose exec tam3-api /app/key.py list
|
||||
elif [ -x "$(command -v podman)" ]; then
|
||||
podman compose exec tam3-api /app/key.py list
|
||||
else
|
||||
echo "Neither Docker nor Podman are installed. Please install whichever you prefer and try again."
|
||||
fi
|
||||
Reference in New Issue
Block a user