#!/bin/bash # Copy this file to vars.sh and fill in your values # vars.sh is gitignored for security export REMOTE_HOST="your.server.hostname" export REMOTE_USER="your_username" export REMOTE_PATH="~/uncloseai-speech" export CONTAINER_NAME="uncloseai-speech-server-1"