Development

Github actions, ssh command on server

Action we are using https://github.com/appleboy/ssh-action ssh into ec2 https://farhan-tanvir.medium.com/ci-cd-from-github-to-aws-ec2-using-github-action-e18b621c0507 when you reach this part of the tutorial make sure to use everything in the file including.

Read More »

Joining bash arguments as string

https://unix.stackexchange.com/questions/197792/joining-bash-arguments-into-single-string-with-spaces arg $1 is suppose to be “@werm-fw/cloud” and $2 “@werm-fw/set-up” but after I want to pass both args as a single string you would think that if i do this im good, but actually I have to do execute the code below for it to work

Read More »