diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-01-28 23:04:49 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-01-29 00:15:25 -0700 |
commit | ecd07b0c9b81cfa1cf09abae8caacc04af20e911 (patch) | |
tree | 3af3491a2df279375a0aaf46b77d0c507c92b3c6 /deploy.sh | |
parent | 593a631a564926b5b118805b8bea13a753e4757d (diff) | |
download | chessh-ecd07b0c9b81cfa1cf09abae8caacc04af20e911.tar.gz chessh-ecd07b0c9b81cfa1cf09abae8caacc04af20e911.zip |
Set ssh port in test config, move asciinema-player to reg deps
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |