Commit Graph
3 Commits
Author SHA1 Message Date
T. R. Bernstein 7da03fd94c Escape strings for the shell
CI / RuboCop (push) Has been cancelled
CI / Tests (Ruby 3.2) (push) Has been cancelled
CI / Tests (Ruby 3.3) (push) Has been cancelled
CI / Tests (Ruby 3.4) (push) Has been cancelled
Whitespaces in strings were interpreted by the shell as new words.
Escaping them ensures the shell sees the string as a single value.
2025-08-29 23:53:32 +02:00
T. R. Bernstein 2eed47d464 Use 127.0.0.1 for ssh tunnel
The previous 'localhost' value was causing connection problems on the
remote host, such that it would not create a connection through the
tunnel to the specified port.
2025-08-29 23:51:23 +02:00
T. R. Bernstein 95cbc62ef1 Use local docker registry to push and pull app images 2025-08-29 16:55:50 +02:00