From ecd07b0c9b81cfa1cf09abae8caacc04af20e911 Mon Sep 17 00:00:00 2001 From: Simponic Date: Sat, 28 Jan 2023 23:04:49 -0700 Subject: Set ssh port in test config, move asciinema-player to reg deps --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 74586bb..10f96f5 100755 --- a/deploy.sh +++ b/deploy.sh @@ -42,7 +42,7 @@ docker run \ --env-file $env_file \ --network $project_name \ --name $project_name-server \ - --publish "${host}:${host_ssh_port}:${container_ssh_port}/tcp" \ + --publish "${HOST}:${SSH_PORT}:${SSH_PORT}/tcp" \ --net-alias server \ chessh/server @@ -52,6 +52,6 @@ docker run \ --env-file $env_file \ --network $project_name \ --name $project_name-frontend \ - --publish "${HOST}:${PORT}:80/tcp" \ + --publish "${HOST}:${WEB_PORT}:80/tcp" \ --net-alias frontend \ chessh/frontend -- cgit v1.2.3-70-g09d2