Anthony
Anthony
Just did that - seems everything is working! Thanks! Will return later to a transferred repo with MR. ^_^
For anyone who don't know yet (I've just tired to type it, again and again): ```console $ mkdir -vm 700 $HOME/.ssh $ ssh-keyscan -Ht ed25519 YOUR.INCREDIBLE.SERVER > $HOME/.ssh/known_hosts $ echo...
Although passphrase makes you key a little bit more secure, it will complicate CI/CD greatly. What is the reason you trying to use passphrase for CI/CD SSH keys? It is...
Better to spin fresh "workspace" instance (it runs same Ubuntu as it would when execution your actions), and then execute commands one by one. I believe the issue is that...
Also, specifying home directory as a target to `scp` command is redundant as well - default target already is home directory. So, specify only host, and don't miss colon at...
> I can ssh and scp just fine from my local machine. This really does not mean anything. GH Actions is not your local machine. I bet the issue is...
> Hard disagree on config files... I will add up a little, if you please. 😊 The point is that you *already have* those "configs" in files, somewhere. And when...
I'm planning to dive into code on weekends.
Could someone please assign this issue to me?
Here is first take on this: - https://github.com/tribals/waitress/tree/refactor-cli